Mercurial > libervia-website
annotate pages/presentation/page_meta.py @ 35:347d32030451 default tip
presentation (docker): add info on how to connect
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 12 Dec 2023 17:01:20 +0100 |
parents | e7c7327f9f25 |
children |
rev | line source |
---|---|
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
6
diff
changeset
|
1 #!/usr/bin/env python3 |
0 | 2 |
28
e7c7327f9f25
refactoring: fix imports and names in doc following modules hierarchy refactoring
Goffi <goffi@goffi.org>
parents:
8
diff
changeset
|
3 from libervia.backend.core.log import getLogger |
0 | 4 |
5 log = getLogger(__name__) | |
6 | |
6 | 7 name = "presentation" |
8 template = "presentation/presentation.html" |