{{ setting.blog.name }}
{% if page.image %}
{% elif page.color %}
{% else %}
{% endif %}
{{ page.title }}
{% if page.excerpt %}
{{ page.excerpt }}
{% endif %} {% if page.author or page.date %}
Posted{% if page.author %} by {{ page.author }}{% endif %}{% if page.date %} on {{ page.date }}{% endif %}
{% endif %}
{{ content }}
Please enable JavaScript to view the
comments powered by Disqus.