cyber/technofeminist cross-reader
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
601 B

{% extends "en/base.html" %}
{% block results %}
{% endblock %}
{% block suggestions %}
<!-- <h1>Cross-reading suggestions (manual selection):</h1>
<div>
{% for word in suggestions %}
<strong class="query"><a href="/{{ lang }}/?q={{word}}">{{ word.strip() }}</a></strong>
{% endfor %}
</div>
<br> -->
<!-- <h1>Cross-reading suggestions:</h1>
<div>
{% for word in mappings %}
<strong class="query"><a href="/{{ lang }}/?q={{ word }}">{{ word.strip() }}</a></strong>
{% endfor %}
</div>
<br>
<p>Read more about <a href="/{{ lang }}/about">cross-readings</a>.</p>
<br>
<br> -->
{% endblock %}