diff --git a/web/templates/base.html b/web/templates/base.html
index 2a7f813..4155859 100644
--- a/web/templates/base.html
+++ b/web/templates/base.html
@@ -3,44 +3,146 @@
- {{ title or "Arbitrade" }}
+ {% block title %}{{ title or "Arbitrade" }}{% endblock %}
+ {% block head_scripts %}{% endblock %}
+ {% block extra_style %}{% endblock %}
- {% block content %}{% endblock %}
+
+ {% block content %}{% endblock %}
+
+ {% block scripts %}{% endblock %}