{% extends "base.html" %} {% block title %}{{ seo_title }} - Gobii{% endblock %} {% block head_extras %} {% endblock %} {% block content %}

Insights

Gobii Blog

{{ seo_description }}

{% if posts %}
{% for post in posts %}
Blog

{{ post.title }}

{% if post.summary %}

{{ post.summary }}

{% endif %}
{% if post.published_at %} {% endif %} Read more
{% endfor %}
{% else %}

We are writing the first post. Check back soon!

{% endif %}
{% endblock %}