edgware/edgware/templates/main/publish.html
2011-05-07 16:37:24 +05:30

20 lines
357 B
HTML

{% extends 'main_base.html' %}
{% block title %}
Home
{% endblock %}
{% block extra_head %}
<link rel="stylesheet" href="/static/css/main/home.css" />
{% endblock %}
{% block pageTitle %}
{% endblock %}
{% block content %}
<div class="centerSentence">
Publish here. Links to tool and ongoing (unpublished) projects.
</div>
{% endblock %}