feat(): create list and single default layouts

This commit is contained in:
kendo5731
2016-02-02 23:20:24 +01:00
parent 5dde856e27
commit 8c39d2e3c2
11 changed files with 95 additions and 915 deletions

11
layouts/partials/top.html Normal file
View File

@@ -0,0 +1,11 @@
<!doctype html>
<html>
<head>
{{ partial "head.html" . }}
</head>
<body>
<div class="page-container container-fluid">
<div class="col-md-3 menu">
{{ partial "menu.html" . }}
</div>
<div class="col-md-9 content">