horizon/openstack_dashboard/templates/angular/angular_templates.html

6 lines
189 B
HTML

{% for static_path, template_html in angular_templates %}
<script type='text/javascript' id='{{ static_path }}'>
{% include 'angular/angular_templates.js' %}
</script>
{% endfor %}