Initial Commit

This commit is contained in:
Tim 2015-02-22 18:32:50 +02:00
commit 88daa3fb91
1311 changed files with 256240 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<%inherit file="base.html"/>
<%!
from plexpy import helpers
%>
<%def name="body()">
<div class="container">
</div>
</%def>
<%def name="headIncludes()">
</%def>
<%def name="javascriptIncludes()">
</%def>