diff --git a/app/templates/order.html b/app/templates/order.html
index c5866b4..cbdde26 100644
--- a/app/templates/order.html
+++ b/app/templates/order.html
@@ -9,6 +9,11 @@
{% import "utils.html" as util %}
+{% block metas %}
+ {{ super() }}
+
+{% endblock %}
+
{% block container %}