Initial Commit
This commit is contained in:
18
data/interfaces/default/index.html
Normal file
18
data/interfaces/default/index.html
Normal 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>
|
Reference in New Issue
Block a user