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

{% block content %}

{{ text|safe }}

{% endblock %}

</div>