From 915da1acc8f8e5dd9dc4c7c22273c3a9cf80e933 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Mon, 27 Jan 2025 21:46:53 +0300 Subject: [PATCH] chore: Rename includable templates --- templates/{head.html => _head.html} | 0 templates/{header.html => _header.html} | 0 templates/{sidenav.html => _sidenav.html} | 0 templates/decode.html | 6 +++--- templates/found.html | 6 +++--- templates/index.html | 6 +++--- templates/sql-injection.html | 6 +++--- 7 files changed, 12 insertions(+), 12 deletions(-) rename templates/{head.html => _head.html} (100%) rename templates/{header.html => _header.html} (100%) rename templates/{sidenav.html => _sidenav.html} (100%) 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' %}