diff --git a/.holo/sources/skeleton-v2.toml b/.holo/sources/skeleton-v2.toml index b5d3c878c..32e66552b 100644 --- a/.holo/sources/skeleton-v2.toml +++ b/.holo/sources/skeleton-v2.toml @@ -1,3 +1,3 @@ [holosource] url = "https://github.com/JarvusInnovations/emergence-skeleton-v2" -ref = "refs/tags/v2.11.4" +ref = "refs/tags/v2.12.0" diff --git a/html-templates/webapps/slate-vue.tpl b/html-templates/webapps/slate-vue.tpl new file mode 100644 index 000000000..80377b011 --- /dev/null +++ b/html-templates/webapps/slate-vue.tpl @@ -0,0 +1,11 @@ +{extends "webapps/vue.tpl"} + +{block css-head} + {$dwoo.parent} + + {include "includes/site.css.tpl"} +{/block} + +{block body} + {include "includes/site.user-tools.tpl" fluid=true} +{/block} \ No newline at end of file