17 lines
395 B
HTML
Raw Normal View History

2016-10-12 01:50:47 -04:00
<template name="AdminLTE">
2016-10-21 03:03:11 -04:00
<link rel="stylesheet" type="text/css" href="/bootstrap/bootstrap.min.css">
2016-10-12 01:50:47 -04:00
{{#unless isReady}}
{{> Template.dynamic template=loadingTemplate}}
{{else}}
<div class="skin-{{skin}}">
<div class="wrapper">
{{> UI.contentBlock}}
</div>
</div>
{{/unless}}
</template>
<template name="AdminLTE_loading">
<b>Loading</b>
</template>