{% extends 'base.html' %} {% block content %} ← Back to index {{ test_block('1.css is loaded', 'css-1') }} {{ test_block('2.css is loaded', 'css-2') }} {{ test_block('3.css is loaded', 'css-3') }} {{ test_block('1.less is loaded', 'less-1') }} {{ test_block('2.less is loaded', 'less-2') }} {{ test_block('3.less is loaded', 'less-3') }} {{ test_block('test1.scss is loaded', 'scss-1') }} {{ test_block('test2.scss is loaded', 'scss-2') }} {{ test_block('1.styl is loaded', 'styl-1') }} {{ test_block('2.styl is loaded', 'styl-2') }} {{ test_block('2.coffee is loaded', 'coffee-1') }} {{ test_block('2.coffee is loaded', 'coffee-2') }} {% endblock %}