css starting point
This commit is contained in:
parent
ad24105328
commit
25d6b305e2
3 changed files with 183 additions and 35 deletions
|
|
@ -10,11 +10,15 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1>{{template "title" .}}</h1>
|
||||
</header>
|
||||
<nav>{{template "nav" .}}</nav>
|
||||
{{template "main" .}}
|
||||
<aside>
|
||||
<nav>{{template "nav" .}}</nav>
|
||||
</aside>
|
||||
<div class="app-body">
|
||||
<header>
|
||||
<h1>{{template "title" .}}</h1>
|
||||
</header>
|
||||
{{template "main" .}}
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue