diff --git a/templates/base.html b/templates/base.html
index fe5069d..0fd4eb2 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,11 +1,13 @@
- {{ Configs.ctf_name }}
+ {{ title or Configs.ctf_name }}
+ {{ meta | safe }}
+
{% block stylesheets %}
{{ Assets.css("assets/scss/main.scss") }}
{% endblock %}