Generate static HTML files to shared NGINX root directory

This commit is contained in:
Thilo Hohlt
2024-08-04 17:46:41 +02:00
parent b8ddcdc101
commit 2b3f0a80d2
4 changed files with 95 additions and 39 deletions

View File

@@ -13,7 +13,12 @@
{{title}}
</header>
<main>
{{main_content}}
<section>
{{main_content}}
</section>
<section>
{{articles}}
</section>
</main>
<footer>
{{additional_text}}