{% extends "delivery/base.html" %} {% block title %}Welcome to {{ site.title }}{% endblock %} {% block meta %} {% endblock %} {% block content %}

Welcome to {{ site.title }}

This site doesn't have a homepage configured yet. An administrator can replace this placeholder by either setting a static page as the homepage, or publishing a page of kind post_index and promoting it via the site settings.

{% endblock %}