diff --git a/README.md b/README.md index 1021a8a..7537291 100644 --- a/README.md +++ b/README.md @@ -1335,10 +1335,13 @@ except KeyboardInterrupt : | ELIF | `{{ elif` *Python condition* `}}` *html bloc* `{{ end }}` | | ELSE | `{{ else }}` *html bloc* `{{ end }}` | | FOR | `{{ for` *identifier* `in` *Python iterator* `}}` *html bloc* `{{ end }}` | - | INCLUDE | `{{ include` *pyhtml_filename* `}}` | - | ?   | `{{` *Python expression* `}}` | + | Expression | `{{` *Python expression* `}}` | - :cyclone: See the **[test.pyhtml](https://github.com/jczic/MicroWebSrv2/blob/master/www/test.pyhtml)** page for an example. + :cyclone: See the **[test.pyhtml](https://github.com/jczic/MicroWebSrv2/blob/master/www/test.pyhtml)** page for the example: + + ![Pyhtml Code](/img/pyhtml_code.png "Pyhtml Code") + + ![Pyhtml Page](/img/pyhtml_page.png "Pyhtml Page") --- diff --git a/img/pyhtml_code.png b/img/pyhtml_code.png new file mode 100644 index 0000000..fcb839c Binary files /dev/null and b/img/pyhtml_code.png differ diff --git a/img/pyhtml_page.png b/img/pyhtml_page.png new file mode 100644 index 0000000..fe2f9f5 Binary files /dev/null and b/img/pyhtml_page.png differ