8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
<section class="outer">
|
|
<% if (site.categories.length){ %>
|
|
<h1 class="page-type-title"><%= __('categories') %></h1>
|
|
<div class="categories-box">
|
|
<%- list_categories() %>
|
|
</div>
|
|
<% } %>
|
|
</section> |