NIHVIVO-564 Enable adding stylesheets in dump ftls

This commit is contained in:
rjy7 2010-07-28 15:07:55 +00:00
parent 067f896a1f
commit 3317419fcf
3 changed files with 8 additions and 6 deletions

View file

@ -2,14 +2,12 @@
<#-- Template for dumping a template variable -->
<hr /> <#-- turn these into borders once css is working -->
<div class="dump">
<h6>Freemarker template variable dump</h6>
<strong>Variable <em>${var}</em>:</strong><br/ >
<h6>Dump of template variable <em>${var}</em>:</h6>
<#include includeTemplate />
</div>
<hr /> <#-- turn these into borders once css is working -->
${stylesheets.add("/css/dump.css")}