This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
site/src/pages/note.njk
Maxim Slipenko c847c611f4
All checks were successful
continuous-integration/drone/push Build is passing
добавляет страницу /notes/*
- добавляет базовые стили для h1,h2, p, code
- добавляет подстветку синтаксиса
2022-05-16 17:42:36 +03:00

6 lines
155 B
Plaintext

<main>
<article class="article-content">
<h1>{{ note.data.title | safe }}</h1>
{{ note.templateContent | safe }}
</article>
</main>