15 lines
286 B
HTML
15 lines
286 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>
|