Files @ 6a1159950582
Branch filter:

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

Christopher Neugebauer
Merge pull request #23 from northbaypython/josh/copy

remove unused pages directory and rename files w/ underscores instead of dashes for consistency
{% extends "site_base.html" %}

{% load i18n %}

{% block head_title %}Welcome{% endblock %}

{% block body_class %}home{% endblock %}

{% block body %}

{% endblock %}