{% (end)?raw %}{% (end)?verbatim %}

```
rg '\{%\s*raw' -l | xargs -I{} sed -i -e 's/{%\(\s*\)raw/{%\1verbatim/g; s/endraw\(\s*\)%}/endverbatim\1%}/g' {}
```

Close vichan-devel/vichan#452.
This commit is contained in:
Fredrick Brennan
2021-11-03 22:45:01 -04:00
parent 4fd93f490f
commit f1b43e5fb2
7 changed files with 41 additions and 41 deletions

View File

@@ -96,9 +96,9 @@
{% for footer in config.footer %}<p class="unimportant" style="text-align:center;">{{ footer }}</p>{% endfor %}
</footer>
<script type="text/javascript">{% raw %}
<script type="text/javascript">{% verbatim %}
ready();
{% endraw %}</script>
{% endverbatim %}</script>
</body>
</html>