diff --git a/docs/index.md b/docs/index.md index 35549be..dadc7ae 100644 --- a/docs/index.md +++ b/docs/index.md @@ -192,9 +192,9 @@ was inspired by indentation-based templating languages: [Slim](http://slim-lang.com/), [Plim](https://plim.readthedocs.io/en/latest/index.html), [Shpaml](http://shpaml.com/), [Haml](https://haml.info/). -

Dedication

+

Dedication

-I dedicate this project to my sons, Franciszek Józef and Brunon Piotr.   (-Marcin Wojnarski) +_I dedicate this project to my sons, Franciszek Józef and Brunon Piotr._   - Marcin Wojnarski @@ -742,7 +742,7 @@ There are two unary prefix operators that identify variables and tags inside exp which is not possible otherwise. This can be used, for example, to directly invoke tag expansion, like in `%div('this is body')`, passing a plain-text _body_ string and skipping the creation of an intermediate DOM as would be the case if a full-blown [tagged block](#tagged-blocks) were used. - Inside expressions, tags are callable. They behave like functions (the call invokes tag expansion) + Inside expressions, tags are callable (the call invokes tag expansion) and can be passed positional and keyword arguments, which are interpreted as tag attributes; the first postitional argument is always interpreted as a _body_ attribute, even for a void tag.