diff --git a/templates/head.html b/templates/_head.html similarity index 100% rename from templates/head.html rename to templates/_head.html diff --git a/templates/header.html b/templates/_header.html similarity index 100% rename from templates/header.html rename to templates/_header.html diff --git a/templates/sidenav.html b/templates/_sidenav.html similarity index 100% rename from templates/sidenav.html rename to templates/_sidenav.html diff --git a/templates/decode.html b/templates/decode.html index e97a270..b963120 100644 --- a/templates/decode.html +++ b/templates/decode.html @@ -1,11 +1,11 @@ - {% include 'head.html' %} + {% include '_head.html' %} - {% include 'header.html' %} + {% include '_header.html' %} - {% include 'sidenav.html' %} + {% include '_sidenav.html' %}