Back to Expressjs

{{page.title}}

_layouts/post.html

latest252 B
Original Source

{% if page.title %}

{{page.title}}

{% endif %} {% if page.sub_title %}

{{page.sub_title}}

{% endif %} {% include blog/authors.html authors=page.authors %} {{page.date| date: "%d %b %Y" }}

{{ content }} {% include github-edit-btn.html %}