1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-29 16:00:15 +02:00

Flextype Box Plugin: Admin #125 #117

- Templates Controller/Views implementation
This commit is contained in:
Awilum
2019-05-26 12:49:09 +03:00
parent 9723470fac
commit 0cd62a82cf

View File

@@ -0,0 +1,15 @@
{% extends "plugins/admin/views/partials/base.html" %}
{% block content %}
{% if (templates_list|length > 0) or (partials_list|length > 0) %}
{% if templates_list|length > 0 %}
1
{% endif %}
{% if partials_list|length > 0 %}
2
{% endif %}
{% endif %}
{% endblock %}