Recommend this page to a friend! |
Classes of Scott Arciszewski | > | CMS Airship | > | src/Cabin/Bridge/View/admin_settings.twig | > | Download |
|
|
![]() |
{% extends base_template() %} {% block main %} {% include cargo("bridge_admin_settings") %} {% endblock %} {% block page_js %} <script src="{{ "/static/Bridge/admin_settings.js"|cachebust }}"></script> <script src="{{ "/static/Bridge/csp.js"|cachebust }}"></script> {% endblock %} {% block page_css %} <link rel="stylesheet" href="{{ "/css/jquery-ui.css"|cachebust }}" type="text/css" /> {% endblock %} |