:py:mod:`core.modules.site` =========================== .. py:module:: core.modules.site Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: core.modules.site.Site .. py:class:: Site(moduleName, modulePath, *args, **kwargs) Bases: :py:obj:`viur.core.Module` The Site module simply serves static templates without a module-binding stored in html/sites. It is normally imported as `s` module in modern ViUR projects, to serve pages under short URL. Therefore, a template `html/sites/imprint.html` can be accessed via `/s/imprint` by default. .. py:attribute:: adminInfo .. py:method:: index(template='index', *arg, **kwargs)