diff --git a/lms/templates/lms_base.html b/lms/templates/lms_base.html
index a37775ad..3e535dcf 100644
--- a/lms/templates/lms_base.html
+++ b/lms/templates/lms_base.html
@@ -1,5 +1,8 @@
{% extends "templates/base.html" %}
+{% block meta_block %}
+ {% include "templates/includes/meta_block.html" %}
+{% endblock %}
{% block content %}
{% include "public/icons/symbol-defs.svg" %}