fix: render meta block in portal base pages
This commit is contained in:
@@ -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" %}
|
||||
|
||||
Reference in New Issue
Block a user