Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% with title="Ares" %}
- {% include "header.html" %}
- {% endwith %}
- <div class="container">
- <section id="main_content">
- <p>Welcome to Ares.</p>
- <ul>
- <li><a href="{{ url_for('webui.agent_list') }}">Agent list</a></li>
- </ul>
- </section>
- </div>
- {% include "footer.html" %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement