Files @ 754e96dca011
Branch filter:

Location: symposion_app/symposion_project/templates/homepage.html

Luke Hatcher
update box templates
{% extends "site_base.html" %}

{% load i18n %}
{% load boxes_tags %}

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

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

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