|
|
@ -9,23 +9,9 @@ |
|
|
|
|
|
|
|
{% block manifesto %} |
|
|
|
<div id="manifesto_content_wrapper"> |
|
|
|
{% if '.jpg' in link['iframe'] %} |
|
|
|
<img src="{{ link }}" /> |
|
|
|
<br> |
|
|
|
{% elif 'vimeo' in link['iframe'] %} |
|
|
|
<iframe src="{{ link }}" width="600" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> |
|
|
|
<div><em> |
|
|
|
every day, you willingly exchange personal data for custom convenience <br> |
|
|
|
lurking behind these transactions, the corporatocracy maps out your every move in the name of security <br> |
|
|
|
don't worry, we're on your side <br> |
|
|
|
the hors will help you reclaim your life and reprogram the 1s and 0s that build our world <br> |
|
|
|
to hack is to create <br> |
|
|
|
what we do is self defense, self determin- [end of transmission] <br> |
|
|
|
</em></div> |
|
|
|
{% else %} |
|
|
|
<iframe id="manifesto_content" src="{{ link['iframe'] }}"></iframe> |
|
|
|
{% endif%} |
|
|
|
{% for line in manifesto %} |
|
|
|
<p>{{ line | replace(' •', ' ') }}<br></p> |
|
|
|
{% endfor %} |
|
|
|
<br> |
|
|
|
<div><small style="font-size: 85%;">{{ link['display'] }}</small></div> |
|
|
|
</div> |
|
|
|
{% endblock %} |
|
|
|