<div dir="ltr"><div>Hi GeoNode users and developers,</div><div><br></div><div>I have site_index.html, site_base_html and site_base.css ready to use in a GeoNode@2.9.0 instance installed via Docker in a CentOS virtual server. According to the structure bellow, the index.html is extended by making changes in site_index.html. I changed GeoNode to Geo in the default site_index.html jumbotron, but did not see the change making any effect to the index.html. Could someone tell me if there is anything else to take to consideration besides just changing the site_index.html?</div><div>Thank you very much for your time in advance.</div><div><br></div><div>Kind regards</div><div><br></div><div>Julierme<br></div><div><br></div><div>|{% extends 'master_index.html' %}<br></div><div>       |./geonode/geonode/contrib/geosites/site_template/templates/site_index.html<br></div><div>site_index.html</div><div>        |</div><div>        |./geonode/geonode/contrib/geosites/templates/master_index.html</div><div>        |------------> master_index.html</div><div>                          |{% extends 'index.html' %}</div><div>                          |./geonode/geonode/templates/index.html <br></div><div>                          |------------------> index.html<br></div><div>                                                   |{% extends 'geonode_base.html' %}</div><div>                                                   |./geonode/geonode/base/templates/geonode_base.html</div><div>                                                   |--------> geonode.base.html</div><div>                                                               |{% extends 'base.html' %}</div><div>                                                               |./geonode/geonode/templates/base.html</div><div>                                                               |---------->base.html<br></div><div><br></div></div>