{% extends "site_base.html" %} {% load webdesign %} {% load biblion_tags %} {% block body_id %}homepage{% endblock %} {% block content %} {% latest_blog_post as latest_post %}
ACME Blog{% if latest_post %} — {{ latest_post.title }}{% endif %}

Primary Section Heading

{% lorem %}

Secondary Section Heading

{% lorem %}

Primary Section Heading

{% lorem %}

Secondary Section Heading

{% lorem %}

{% endblock %} {% block extra_body %} {% endblock %}