Skip to content
Discussion options

You must be logged in to vote

Update - I found this discussion - and created a main.html file in an overrides folder but nothing is changing on my pages.

{% extends "base.html" %}

{% block header %}
<!-- Custom Banner -->
<div class="banner">
    <p >TEXT GOES HERE!</p>
</div>
{{ super() }}
{% endblock %}

{% extends "base.html" %}

{% block htmltitle %}
  <title>Lorem ipsum dolor sit amet</title>
{% endblock %}

Anything come to mind?

Update - had to add custom_dir: overrides to config file.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tyeeman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant