mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
13 lines
231 B
Plaintext
13 lines
231 B
Plaintext
{% include('header') %}
|
|
|
|
<div id="view">
|
|
<div class="spinning">{{ _('Loading view…') }}</div>
|
|
<script>
|
|
L.require('ui').then(function(ui) {
|
|
ui.instantiateView('{{ view }}');
|
|
});
|
|
</script>
|
|
</div>
|
|
|
|
{% include('footer') %}
|