{{ 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 %}
{{ site.config.description }}
{% endif %}{{ post.excerpt }}
{% endif %} {% if post.tags | length > 0 %}