main
Jaap Joris Vens 2024-12-11 09:57:58 +01:00
rodzic 20d2378194
commit 9c9cc50d81
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -49,7 +49,7 @@ class HelloWorld(SectionView):
And here is the contents of `hello.html`:
```html
<section type="helloworld">
<section>
<h1>{{ message }}</h1>
{{ section.content }}
</section>