summaryrefslogtreecommitdiffstats
path: root/app/core/layouts/content-with-header/content-with-header.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/core/layouts/content-with-header/content-with-header.html')
-rw-r--r--app/core/layouts/content-with-header/content-with-header.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/core/layouts/content-with-header/content-with-header.html b/app/core/layouts/content-with-header/content-with-header.html
new file mode 100644
index 0000000..286cef5
--- /dev/null
+++ b/app/core/layouts/content-with-header/content-with-header.html
@@ -0,0 +1,5 @@
+<div id="layout-content-with-header" class="template-layout">
+
+ <div id="content" ui-view="content"></div>
+
+</div>