Benjamin Yule Bädorf
8341c079f8
* 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
8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
{{ layout 'default.vto' }}
|
|
<main class="mi-main mi-main_content">
|
|
<h1>{{ title }}</h1>
|
|
|
|
{{ content |> safe }}
|
|
</main>
|
|
{{ /layout }}
|