diff --git a/README.md b/README.md index 8ccc479..3e39342 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,7 @@ A clean `JSX` syntax for your [Askama][1] templates. {% call hello_scope::hello(name=name) %} {% call hello_scope::hello(name="world") %} {% call child_scope::child() %}Super!{% endcall %} -``` -```html