page.html (163B) - raw


      1 <main>
      2   <article>{{ _if title }}
      3     <header>
      4       <h1>{{ title }}</h1>
      5     </header>{{ _fi }}
      6     <div class="content">{{ content }}</div>
      7   </article>
      8 </main>