Skip to content

Instantly share code, notes, and snippets.

@supertom44
Created July 3, 2016 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save supertom44/18a5c7551fbf2044bea32e74bfde6621 to your computer and use it in GitHub Desktop.
Save supertom44/18a5c7551fbf2044bea32e74bfde6621 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sauve and Dot Liquid</title>
</head>
<body>
{% for person in model %}
<h3>
<a href="/details/{{person.Name}}">{{person.Name}} : {{person.Age}}</a>
</h3>
{% endfor %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment