{% extends "base.html" %} {% block title %}{{ seo_title }} - Gobii{% endblock %} {% block head_extras %} {% if post.published_at %} {% endif %} {% endblock %} {% block content %}
Back to blog

{{ post.meta.title }}

{% if post.published_at %} {% endif %} {% if post.meta.author %} {{ post.meta.author }} {% endif %}
{% if post.summary %}

{{ post.summary }}

{% endif %}
{{ post.html|safe }}
{% if recent_posts %}

More from the Gobii blog

{% for recent in recent_posts %}

{{ recent.title }}

{% if recent.summary %}

{{ recent.summary }}

{% endif %} {% if recent.published_at %} {% endif %}
{% endfor %}
{% endif %} {% endblock %}