blob: fca4b9ff0cafca69b134028dd2260d162b790a69 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<main class="c-page l-container l-container--content l-container--pad-v">
<div class="c-page__content s-page-content">
<header class="c-page__header">
<h1 class="c-page__prefixed c-page__prefixed--h1 c-page__header__title">$title$</h1>
$if(category)$
<h2 class="c-page__header__meta">in $category.name$</h2>
$endif$
</header>
$body$
</div>
</main>
|