{% extends "layout/base.html" %} {% block content %}
{% if image %} {{ title }} {% endif %}
{% for crumb in breadcrumbs %} {{ crumb.name }} {% if not loop.last %}/{% endif %} {% endfor %}

{{ title }}

{{ site_data.author[0] }}
{{ site_data.author }}
{{ content | read_time }}
{{ content | safe }}
{% if tags %}

Filed Under

{% for tag in tags %} #{{ tag }} {% endfor %}
{% endif %}
{% endblock %}