Files @ c875a633ad09
Branch filter:

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

Josh Simmons
Merge pull request #4 from northbaypython/josh/copy

add basic setup instructions
{% 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 %}