|
123456789101112 |
- {% extends "base.html" %}
-
- {% block content %}
-
- <div class="action">
- <button id="notes-operations" onclick="hideShowInfo()">?</button>
- <a href="{{ url_for('main.index') }}" class="search-back text-left" title="back to search">search</a>
- </div>
-
- {{ text|safe }}
-
- {% endblock %}
|