Mercurial > libervia-website
view pages/presentation/page_meta.py @ 7:b5fc67c97c50
tasks: updated tasks following changes in Libervia
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 26 May 2020 12:38:56 +0200 |
parents | 9ce41ef66dfa |
children | dc880664a8ec |
line wrap: on
line source
#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- from sat.core.log import getLogger log = getLogger(__name__) name = "presentation" template = "presentation/presentation.html"