Files @ b260667be301
Branch filter:

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

Christopher Neugebauer
oops
{% 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 %}