Skip to content

Instantly share code, notes, and snippets.

@dbridges
Created May 13, 2019 17:42
Show Gist options
  • Save dbridges/659d911b89f8687a4ce21c16f792ce43 to your computer and use it in GitHub Desktop.
Save dbridges/659d911b89f8687a4ce21c16f792ce43 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style>
{{ template "style.go.css" }}
</style>
</head>
<body>
<div class="feeds">
{{ range . }}
{{ template "feed.go.html" . }}
{{ end }}
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment