|
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/i-martha-gowans">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>
|