feat(): create list and single default layouts
This commit is contained in:
11
layouts/partials/top.html
Normal file
11
layouts/partials/top.html
Normal 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">
|
||||
Reference in New Issue
Block a user