demo.3
* moved templates to demo structure * new sass version * restructure of some styles for demo
This commit is contained in:
parent
4708896f79
commit
a810ec2770
15 changed files with 187 additions and 54 deletions
|
|
@ -17,13 +17,11 @@
|
|||
<link rel="icon" href="./favicon.ico" type="image/vnd.microsoft.icon">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="all" href="../../css/maintenance.css"/>
|
||||
<link rel="stylesheet" type="text/css" media="all" href="css/demo_basic.css"/>
|
||||
{% endblock %}
|
||||
</head>
|
||||
|
||||
<body id="{{ pageId }}" class="{{ pageClass }}">
|
||||
<div id="root">
|
||||
{% block body_content %}{% endblock %}
|
||||
</div>
|
||||
{% block body_content %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue