mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05: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 %} |