{{ post.title }}
{% if post.excerpt %}{{ post.excerpt }}
{% endif %} {% if post.tags | length > 0 %}
{% for tag in post.tags %}
{{ tag }}
{% endfor %}
{% endif %}
{% extends "base.html" %} {% block content %} {% set has_sidebar = site.config.extra.author_profile | default(value=false) %}
{{ site.config.description }}
{% endif %}{{ post.excerpt }}
{% endif %} {% if post.tags | length > 0 %}