git://git.onelab.eu
/
myslice.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
All credentials visible
[myslice.git]
/
portal
/
templates
/
platform.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 unfold_main %}
8
9
<h1>Platform</h1>
10
{{networks}}
11
{% endblock %}