first import book

This commit is contained in:
Johann Dreo 2015-03-03 15:56:44 +01:00
commit dfd9c869d5
233 changed files with 47797 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{% extends "layout.html" %}
{% block header %}
<section id="controls">
<a href="" id="prev">prev</a>
<span id="cur_slide_num"></span> / <span id="num_slides"></span>
<a href="" id="next">next</a>
</section>
{% endblock %}
{%- block slide_container_class %}table{%- endblock %}
{%- block presenter_notes %}<div class="presenter_notes" id="presenter_notes">notes go here</div>{% endblock %}