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.
31 lines
1.1 KiB
31 lines
1.1 KiB
{% extends "en/base.html" %}
|
|
{% block title %}{% endblock %}
|
|
|
|
{% block search %}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
{% endblock %}
|
|
|
|
{% 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%}
|
|
<br>
|
|
<div><small style="font-size: 85%;">{{ link['display'] }}</small></div>
|
|
</div>
|
|
{% endblock %}
|
|
|