# Customize a geonode project UI ## Homepage - Modify some text from the `site_index.html` template ```shell vim my_geonode/templates/site_index.html ``` {% raw %} ```diff --- my_geonode/templates/site_index.html.org 2021-09-10 11:25:45.185777196 +0100 +++ my_geonode/templates/site_index.html 2021-09-10 11:28:09.255720387 +0100 @@ -9,11 +9,11 @@ {% if custom_theme.welcome_theme == 'JUMBOTRON_BG' or not slides %}
{% trans jumbotron_welcome_content %}
{% endwith %} {% if not custom_theme.jumbotron_cta_hide %} @@ -73,4 +73,4 @@