Files
mayan-edms/apps/main/templates/home.html
Roberto Rosario c03a093cf9 Implemented Django 1.3 staticfile handling app, removed grapelli from
the included 3rd party apps folder, updated to a recent version of rosetta
2011-08-06 18:00:01 -04:00

17 lines
427 B
HTML

{% extends "base.html" %}
{% load project_tags %}
{% load i18n %}
{% block content %}
<div class="content tc">
<h1>{% project_name %}</h1>
<img src="{{ STATIC_URL }}images/1068504_92921456.jpg" />
</div>
{% endblock %}
{% block footer %}
<div id="footer">
<div class="block">
<p>Copyright &copy; 2011 Roberto Rosario.</p>
</div>
</div>
{% endblock %}