cerrado @ v0.0.14

 1{% code
 2type ConfigPage struct {
 3    Body []byte
 4}
 5%}
 6
 7{% func (p *ConfigPage) Title() %}Hello{% endfunc %}
 8
 9{% func (p *ConfigPage) Navbar() %}{%= Navbar(Config) %}{% endfunc %}
10
11{% func (p *ConfigPage) Content() %}
12<p>This is the configuration that is currently loaded</p>
13<div class="code-view">
14{%z= p.Body %}
15</div>
16{% endfunc %}
17
18{% func (p *ConfigPage) Script() %}
19{% endfunc %}