Add home page content

This commit is contained in:
Luis Cielak
2018-09-28 15:28:28 -04:00
committed by luisgov
parent f33a4baad8
commit 83ca7ee59b
5 changed files with 79 additions and 95 deletions

View File

@@ -16,12 +16,12 @@
{% block template_vars %}{% endblock %}
{% if request.path != '/jedi' %} {% include 'navigation/topbar.html' %} {% endif %}
{% include 'navigation/topbar.html' %}
<div class='global-layout'>
{% if request.path != '/jedi' %} {% include 'navigation/global_navigation.html' %} {% endif %}
{% include 'navigation/global_navigation.html' %}
<div class='{% if request.path != '/jedi' %}global-panel-container{% endif %}'>
<div class='global-panel-container'>
{% block sidenav %}{% endblock %}
{% block content %}