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.
 
 
 

23 lines
549 B

{% extends "en/base.html" %}
{% block title %}{% endblock %}
{% block search %}
{% endblock %}
{% block content %}
{% endblock %}
{% block manifesto %}
<div id="manifesto_content_wrapper">
{% if '.jpg' in link %}
<img src="{{ link }}" />
<br>
{% elif 'vimeo' in link %}
<iframe src="{{ link }}" width="600" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
{% else %}
<iframe id="manifesto_content" src="{{ link }}"></iframe>
{% endif%}
<br>
<div>{{ link }}</div>
</div>
{% endblock %}