mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-30 11:19:44 -04:00
19 lines
407 B
HTML
19 lines
407 B
HTML
{% macro main_nav() %}
|
|
|
|
<div id="navigation">
|
|
<h3>Service name</h3>
|
|
<ul>
|
|
<li><a href="">Send text messages</a></li>
|
|
<li><a href="">Send emails</a></li>
|
|
<li><a href="">Send letters</a></li>
|
|
<li><a href="">Activity</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><a href="">API keys and documentation</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><a href="">Manage users</a></li>
|
|
<li><a href="">Service settings</a></li>
|
|
</ul>
|
|
</div>
|
|
{% endmacro %} |