<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Dear users,</div><div><br></div><div>I am trying to add a new block {% block content %}{% endblock %} to site_index.html, right before the {% block hero %}{% endblock %}, more specifically right before the class=jumbotron.  According to this video <a href="https://www.youtube.com/watch?v=tyFmF_v3z8c" target="_blank">https://www.youtube.com/watch?v=tyFmF_v3z8c</a>, I should have the  {% block content %}{% endblock %} in the index.html file. <br></div><div>I wonder if there is a extra block and its name to extend index.html before the block hero (class=junbotron). <br></div><div><br></div><div>I also checked the site index.html <a href="https://github.com/GeoNode/geonode/blob/master/geonode/templates/index.html#L8" target="_blank">line8</a>, but not sure if I could inherit information to the body_class block.  Instead of overriding, I want to add a new block, before the hero block. What block name should I use in my site_index.html? Find my block bellow:</div><div>{% block geonode %}<br><br>        <div id="myparagraph" style="position: relative; "><br>                <p>{% blocktrans %}I am a paragraph.{% endblocktrans %}</p><br>        </div><br><br>{% endblock %}<br></div><div><br></div><div>Any hint on that will be very appreciated.</div><div><br></div><div>Kind regards</div><div><br></div><div>Julierme<br></div></div></div></div></div>