styling for the demos
[myslice.git] / portal / templates / resource.html
1 {% extends "layout-unfold1.html" %}
2
3 {% block head %}
4 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/dashboard.css" />
5 {% endblock %}
6
7 {% block unfold1_main %}
8
9 <div align="center">
10 <h1>Resource</h1>
11 <div style="width:80%;">
12 {{resource}}
13 </div>
14 <div style="width:80%;">
15 {{resource_as_map}}
16 </div>
17 <div style="width:80%;">
18 {{resource_stats}}
19 </div>
20 {% endblock %}