|
@ -3,15 +3,12 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="homepage content-block"> |
|
|
<div class="homepage content-block"> |
|
|
<div class="explanation"> |
|
|
|
|
|
These keywords originate from all the written content embedded within the archive. |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="home"> |
|
|
<div class="home"> |
|
|
|
|
|
|
|
|
{% for word in wordlist_dict %} |
|
|
{% for word in wordlist_dict %} |
|
|
{% set address = "/diverge?search=" + word %} |
|
|
{% set address = "/diverge?search=" + word %} |
|
|
<a href={{address}}>{{ word }}</a> |
|
|
<a href={{address}}>{{ word }}</a> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|