|
1234567891011121314151617181920 |
- <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 }}
-
- <div class="allThemes mt-5">
- <a href="/conversations/sewing_the_archive">Sewing the archive</a>
- <a href="/conversations/martha">I, Martha Gowans</a>
- <a href="/conversations/caribbean_quilt">Caribbean Quilt</a>
- <a href="/conversations/women_on_the_move">Women on the Move</a>
- </div>
-
- {% endblock %}
-
- </div>
|