const DefaultLayout
1const DefaultLayout = `:header:
2
3<gno-columns>
4
5<gno-columns-sep />
6:intro:
7
8:links:
9</gno-columns>
10
11## Now
12
13:now:
14
15## Previously
16
17:previously:
18
19## Stack
20
21:stack:
22
23## Before the rabbit hole
24
25:before:
26
27## Numbers
28
29:numbers:
30
31:divider:
32
33:about:
34
35:footer:
36`DefaultLayout is what renders when no layout slot is set. content/layout.md starts as a copy of it; push that slot to depart from it.