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

{% block content %}

{{ text|safe }}

{% endblock %}

</div>