Private
Public Access
1
0
Files
rowsandall/rowers/templates/image_page.html
sanderroosendaal 3eed3cc3e7 Uploading files
2016-10-30 17:39:32 +01:00

11 lines
221 B
HTML

{% extends "base.html" %}
{% load staticfiles %}
{% block title %}Here's your plot{% endblock %}
{% block content %}
<h1> Here's your plot</h1>
<p><image src="{% static imagename %}" width="960"/></p>
{% endblock %}