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