Py4web Examples Showcase
☰
Login
Sign up
Log in
Back to Examples
Run Example
examples/page_without_template.py
from py4web import action @action("page_without_template") def page_without_template(): return "ok"