I really do enjoy it!
', [['https://github.com/HellerCommaA', 'My Github']])}} 108 | {{ enddiv() }} 109 | {{ enddiv() }} 110 | {{ enddiv() }} 111 | {% endblock %} 112 | ``` 113 | 114 | **OR templates/test.html without silly macros** 115 | 116 | ```python 117 | {% extends "material/base.html" %} 118 | {% import "material/utils.html" as util %} 119 | {% import "material/wtf.html" as wtf %} 120 | 121 | {% block title %}Hello, world!{% endblock %} 122 | 123 | {% block content %} 124 |I really do enjoy it!
', [['https://github.com/HellerCommaA', 'My Github']])}} 131 |