summaryrefslogtreecommitdiff
path: root/sbhs/templates/pages/theory.html
blob: 019b2c04a223773fbf43801cb7c63e17c12c280e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{% extends "base.html" %}
{% load staticfiles %}

{% block content %}

<div class="container">
    <div class="row">
        
        <div class="span12">
            <h2>Theory</h2>             
            <br>
	    <br>
	    <iframe src="{% static 'data/theory.pdf' %}" width="100%" height="900px" ></iframe>
            <br>
        </div>
    </div>
</div>
{% endblock %}