symposion_app/symposion_project/templates/homepage.html

14 lines
240 B
HTML
Raw Normal View History

2012-07-13 03:10:10 +00:00
{% extends "site_base.html" %}
2012-02-05 18:53:49 +00:00
{% load i18n %}
{% load boxes_tags %}
2012-02-05 18:53:49 +00:00
{% block head_title %}{% trans "Welcome" %}{% endblock %}
{% block body_class %}home{% endblock %}
2012-07-13 03:10:10 +00:00
{% block body %}
{% box "homepage" %}
 
2012-02-05 18:53:49 +00:00
{% endblock %}