diff --git a/applications/examples/views/default/examples.html b/applications/examples/views/default/examples.html index ad1c566b..8412087f 100644 --- a/applications/examples/views/default/examples.html +++ b/applications/examples/views/default/examples.html @@ -53,7 +53,7 @@ def hello3():

If you return a dictionary, the variables defined in the dictionary are visible to the view (template).
Try it here: hello3

-

Actions can also be be rendered in other forms like JSON, hello3.json, and XML, hello3.xml

+

Actions can also be be rendered in other formats like JSON, hello3.json, and XML, hello3.xml

Example {{=c}}{{c+=1}}

In controller: simple_examples.py {{=CODE("""