Start of resources section with placeholders
This commit is contained in:
parent
0788ab8896
commit
8fdc28e7c5
10 changed files with 721 additions and 0 deletions
20
layouts/resources/list.html
Normal file
20
layouts/resources/list.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{{ define "main" }}
|
||||
<div class="resources-page">
|
||||
<div class="resources-container">
|
||||
<div class="whiteboard">
|
||||
<div class="whiteboard-header">
|
||||
<h1>{{ .Title }}</h1>
|
||||
<div class="whiteboard-description">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="whiteboard-pins">
|
||||
{{ range .Pages }}
|
||||
{{ .Render "summary" }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue