extends includes/layout.pug block content if page.type === 'tags' include page-tags.pug else if page.type === 'link' include flink.pug else if page.type === 'categories' .category-content .category-lists .category__title= _p('page.category') | - span.category__amount= site.categories.length div!= list_categories() if page.comments !== false include includes/comments/index.pug else #page #article-container!= page.content if page.comments !== false include includes/comments/index.pug