copyleftconf-website/pinaxcon/templates/homepage.html

11 lines
198 B
HTML
Raw Normal View History

{% 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 %}