Files
notifications-admin/app/templates/hello-world.html

17 lines
274 B
HTML
Raw Normal View History

{% extends "admin_template.html" %}
2015-11-23 13:50:37 +00:00
{% block page_title %}
GOV.UK notifications
2015-11-23 13:50:37 +00:00
{% endblock %}
{% block content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-xlarge">Hello world!</h1>
<p>Hello world.</p>
</div>
</div>
{% endblock %}