<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>