Files @ cb4943a7d045
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/homepage.html

Christopher Neugebauer
Adds some bare pages for things that aren’t the homepage.
{% 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 %}