{% extends 'base.html' %} {% block container %}
{% include 'partial/breadcrumb.html' %}

{% archiveDetail with name='Title' %}

By: {% system with name="SiteName" %} At: {% archiveDetail with name="CreatedTime" format="January 02, 2006" %}
{%- archiveDetail with name="Content" %}

More Articles

{%- archiveList archives with type="related" limit=6 %} {%- for item in archives %}
{%- if item.Thumb %}{{item.Title}}{% endif %}
{{item.Title}}

{{stampToDate(item.CreatedTime, "January 02, 2006")}}

{%- endfor %} {%- endarchiveList %}
{% endblock %}