Back to Examples Run this application locally to try examples

examples/page_without_template.py

from py4web import action


@action("page_without_template")
def page_without_template():
    return "ok"