|
|
@ -1,4 +1,5 @@
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
|
|
|
|
window.addEventListener('load', function () {
|
|
|
|
define('/assets/templates/500.jst', function () {
|
|
|
|
define('/assets/templates/500.jst', function () {
|
|
|
|
function compiled(helpers, context, get, iter, helper) {
|
|
|
|
function compiled(helpers, context, get, iter, helper) {
|
|
|
|
return '<div class="alert alert-danger">\n\t<strong>[[global:500.title]]</strong>\n\t<p>[[global:500.message]]</p>\n\t<p>' +
|
|
|
|
return '<div class="alert alert-danger">\n\t<strong>[[global:500.title]]</strong>\n\t<p>[[global:500.message]]</p>\n\t<p>' +
|
|
|
@ -9,4 +10,5 @@ define('/assets/templates/500.jst', function () {
|
|
|
|
|
|
|
|
|
|
|
|
return compiled;
|
|
|
|
return compiled;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</script>
|