Skip to content

Instantly share code, notes, and snippets.

@aballah-chamakh
Created June 29, 2019 10:03
Show Gist options
  • Save aballah-chamakh/3d8785a28d4264e4a62d642c415ac82f to your computer and use it in GitHub Desktop.
Save aballah-chamakh/3d8785a28d4264e4a62d642c415ac82f to your computer and use it in GitHub Desktop.
<html>
<head>
<title>{{object.title}}</title>
</head>
<body>
<div>
<h3>{{object.title}}</h3>
<img src='{{object.image.url}}' />
<h5>price {{object.price}}</h5>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment