<#assign activeMenu = "tags"> <#include "header.html">
Edit
category
name
created
updated
<#list tags as tag>
${ tag.category?html }
${ tag.name?html }
${ tag.created }
${ tag.updated }
#list>