feat: add public navbars to home and bench pages
ci/woodpecker/push/woodpecker Pipeline failed Details
ci/woodpecker/pr/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2023-03-14 15:56:51 +05:30
parent b8e52ff82a
commit 4bfc6a180f
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 11 additions and 0 deletions

View File

@ -1,4 +1,10 @@
{% extends 'base' %}
{% block nav %}
{% include "pub_nav" %}
{% endblock nav %}
{% block body %}
<body class="survey__body">
<main class="survey__container">

View File

@ -1,4 +1,9 @@
{% extends 'base' %}
{% block nav %}
{% include "pub_nav" %}
{% endblock nav %}
{% block body %}
<body class="survey__body">
<main class="survey__container">