diff --git a/ghostsec/templates/layout.html b/ghostsec/templates/layout.html
index bf9eef3..7631e35 100644
--- a/ghostsec/templates/layout.html
+++ b/ghostsec/templates/layout.html
@@ -3,44 +3,62 @@
- GHOSTSec - {{ title }}
+ GHOSTSec - {% block title %}{% endblock %}
-
+
+ {% block extra_css %}{% endblock %}
-
+