refactor base template
This commit is contained in:
parent
7e05b237ff
commit
7ed3d50c2e
@ -14,18 +14,19 @@
|
|||||||
<link rel="icon" type="image/x-icon" href="/static/img/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="/static/img/favicon.ico">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
{% include 'navigation/topbar.html.to' %}
|
||||||
|
|
||||||
{% include 'header.html.to' %}
|
<div class='global-layout'>
|
||||||
|
{% include 'navigation/global_navigation.html.to' %}
|
||||||
|
|
||||||
<div class='panel-container'>
|
<div class='global-panel-container'>
|
||||||
{% block sidenav %}{% end %}
|
{% block sidenav %}{% end %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
these are not the droids you are looking for
|
these are not the droids you are looking for
|
||||||
{% end %}
|
{% end %}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{% include 'footer.html.to' %}
|
{% include 'footer.html.to' %}
|
||||||
</body>
|
</body>
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
{% extends "base.html.to" %}
|
{% extends "base.html.to" %}
|
||||||
|
|
||||||
{% block sidenav %}
|
|
||||||
{% include 'nav-side.html.to' %}
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<main class="usa-section usa-content">
|
<main class="usa-section usa-content">
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
{% extends "base.html.to" %}
|
{% extends "base.html.to" %}
|
||||||
|
|
||||||
{% block sidenav %}
|
|
||||||
{% include 'nav-side.html.to' %}
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user