16 lines
288 B
HTML
16 lines
288 B
HTML
|
<h1>{*$title}</h1>
|
||
|
|
||
|
<p>Date: {*$referenceDate}"></p>
|
||
|
|
||
|
<p>Tags: <span id="tags">{for $tags}<span>{*$tag}</span>{/for}</span></p>
|
||
|
|
||
|
<p>Description:<br>
|
||
|
{*$description}
|
||
|
</p>
|
||
|
|
||
|
<ul>
|
||
|
{for $files}
|
||
|
<li><a href="/file/{*$extId}">{*$filename}</a> ({*$contentType})</li>
|
||
|
{/for}
|
||
|
</ul>
|