copyleftconf-website/pinaxcon/templates/homepage.html
2017-06-07 17:51:13 -07:00

10 lines
198 B
HTML

{% extends "site_base.html" %}
{% load i18n %}
{% block body_class %}home{% endblock %}
{% block body %}
<h1>{{ SITE_NAME }}</h1>
<p class="lead">Welcome to the demo site.</p>
{% endblock %}