PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
responsive-menu
/
views
/
admin
{# Responsive Menu Jinja template file. Safe to Copy #} {% if alert %} {% for type, msg in alert %} <div class="alert alert-{{ type }} alert-dismissible" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> {% if msg is iterable %} <ul> {% for inner in msg %} {% if inner is iterable %} {% for inner_inner in inner %} <li>{{ inner_inner|raw }}</li> {% endfor %} {% else %} <li>{{ inner|raw }}</li> {% endif %} {% endfor %} </ul> {% else %} {{ msg|raw }} {% endif %} </div> {% endfor %} {% endif %}
[+]
..
[-] macros.html.twig
[edit]
[-] banners.html.twig
[edit]
[+]
sections
[-] options.html.twig
[edit]
[-] tabs.html.twig
[edit]
[-] main.html.twig
[edit]
[-] alerts.html.twig
[edit]