{% extends "base.html" %} {% block title %}{{ site.name }} - {{ site.tagline }}{% endblock %} {% block content %}

Welcome to {{ site.name }}

Your new Focomy site is ready. Start creating content!

{% if posts %}

Recent Posts

{% for post in posts %} {% endfor %}
{% endif %}
{% endblock %}