admin-templates.plugin.peb Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elepy-admin Show documentation
Show all versions of elepy-admin Show documentation
A Restful API generator and Headless CMS
{% extends "admin-templates/base.peb" %}
{% block title %}
{{plugin.name}}
{% endblock %}
{% block main %}
{% autoescape false %}
{{ content }}
{% endautoescape %}
{% endblock %}
{% block headers %}
{{ headers }}
{% endblock %}