post.html 185 B

123456
  1. <article>
  2. <h1><a href="{{ base_path }}/{{ blog }}/{{ slug }}/">{{ title }}</a></h1>
  3. <!-- <p class="meta">Published on {{ date }} by <b>{{ author }}</b></p> -->
  4. {{ content }}
  5. </article>