Files @ 04f246d85071
Branch filter:

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

Patrick Altman
Initial commit of the PinaxCon demo site
{% extends "site_base.html" %}

{% load i18n %}
{% load pinax_boxes_tags %}

{% block head_title %}{% trans "Welcome" %}{% endblock %}

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

{% block body %}
    {% box "homepage" %}
{% endblock %}