Back to Opencart

CodeMirror

upload/assets/codemirror/mode/twig/index.html

4.1.0.3333 B
Original Source

Twig mode

{% extends "layout.twig" %} {% block title %}CodeMirror: Twig mode{% endblock %} {# this is a comment #} {% block content %} {% for foo in bar if foo.baz is divisible by(3) %} Hello {{ foo.world }} {% else %} {% set msg = "Result not found" %} {% include "empty.twig" with { message: msg } %} {% endfor %} {% endblock %}