{% extends '../layout/admin.html' %} {% block html_title %}{{ customizeService.generateCustomTitleForFixedPageName(t('markdown_settings')) }}{% endblock %} {% block content_header %} <h1 class="title">{{ t('markdown_settings') }}</h1> {% endblock %} {% block content_main %} <div id="admin-markdown-setting"></div> {% endblock content_main %}