Files
notifications-admin/app/templates/dashboard.html

17 lines
273 B
HTML
Raw Normal View History

{% extends "admin_template.html" %}
{% block page_title %}
Hello world!
{% endblock %}
{% block content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-xlarge">Dashboard</h1>
<p>Insert dashboard here.</p>
</div>
</div>
{% endblock %}