Skip to content

Instantly share code, notes, and snippets.

@haraonline
Created January 4, 2019 23:57
Show Gist options
  • Save haraonline/816dca6df1e9d0ff358261cc34437212 to your computer and use it in GitHub Desktop.
Save haraonline/816dca6df1e9d0ff358261cc34437212 to your computer and use it in GitHub Desktop.
<!-- SECTION 3: LECTURE 16 -->
{% import 'macros.html' as my_macros %}
<html>
<head>
<meta charset="UTF-8">
<title>dictionary data displayed</title>
</head>
<h2>working with macros</h2>
<body>
{{ my_macros.render_dict(movies) }} <br>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment