categories.tx 178 B

12345
  1. <span id="categories">
  2. : for $categories -> $category {
  3. <a href="<: $category.local_href :>" title="<: $category.title :>" class="topbar"><: $category.title :></a>
  4. : }
  5. </span>