{% extends "apps_skeleton.html" %} {% block contents %}
{% include "settings_nav.html" %}
{% include "partial_admin_custom_form.html" with type_capitalize="Asset" type_lower="staticasset" type_icon="leaf" %}
{% endblock %} {% block code %} {% endblock %}