Mercurial > libervia-website
view pages/association/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 |
line wrap: on
line source
#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- from libervia.backend.core.log import getLogger log = getLogger(__name__) name = "association" template = "association/association.html"