* Update lume to v2 * Update deno to v1.41.3 * Use vento instead of nunjucks for templating * Use markdown for page data * Fix english translation of homepage * Fix asset build * Make images responsive
7 lines
144 B
Text
7 lines
144 B
Text
{{ layout 'default.vto' }}
|
|
<main class="mi-main mi-main_content">
|
|
<h1>{{ title }}</h1>
|
|
|
|
{{ content |> safe }}
|
|
</main>
|
|
{{ /layout }}
|