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

21 lines
325 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">
Browse existing publications here.
</div>
{% endblock %}