Skip to content

Commit

Permalink
Fix ifs for simple mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Sep 24, 2024
1 parent 563e22b commit f9bd277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indra/assemblers/html/templates/indra/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
{% endblock %}
</div>

{% endif %}

<!-- THE MAIN BODY -->
<main role="main" class="container">
Expand All @@ -246,7 +247,7 @@ <h2>{{ title }}</h2>
</div>
</main>

{% endif %}
{% if not simple %}
<!-- THE FOOTER -->
<footer class="footer bg-white">

Expand All @@ -267,7 +268,6 @@ <h4 class="bg-white">This Project</h4>
</footer>


{% if not simple %}
<!-- THE RIGHT SIDEBAR -->
<div class="side-info right bg-white" id="right-side-panel">
<div class="side-info-block">
Expand Down

0 comments on commit f9bd277

Please sign in to comment.