========
raw
========

before {% raw %} this is a {{ raw }} {% block %} {% endraw %} after

before {%- raw %} this is a {{ raw }} {% block %} {% endraw -%} after

before {%- raw -%} this is a {{ raw }} {% block %} {%- endraw -%} after

{% raw %}
# endraw
{% endraw %}

---

(source
  (content)
  (raw_block
    (raw_start)
    (raw_body)
    (raw_end))
  (content)
  (raw_block
    (raw_start)
    (raw_body)
    (raw_end))
  (content)
  (raw_block
    (raw_start)
    (raw_body)
    (raw_end))
  (content)
  (raw_block
    (raw_start)
    (raw_body)
    (raw_end))
  (content))
