mirror of
https://github.com/flextype/flextype.git
synced 2025-08-29 16:00:15 +02:00
- Templates Controller/Views implementation
This commit is contained in:
@@ -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 %}
|
Reference in New Issue
Block a user