Skip to content

Instantly share code, notes, and snippets.

@jkeefe
Last active October 13, 2021 23: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 jkeefe/220a57606bb6ebd9b75d4e4f65679bad to your computer and use it in GitHub Desktop.
Save jkeefe/220a57606bb6ebd9b75d4e4f65679bad to your computer and use it in GitHub Desktop.
Block 8 code for D&D Class 06
<html lang="en">
<head>
<title>Newmark Bark</title>
<meta name="description" content="latest news">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css">
</head>
<body>
<h1>
Newmark Bark • Latest News
</h1>
<!-- This block will loop through all the "stories" in the data we feed it -->
{{#stories}}
<h2>{{headline}}</h2>
<div>{{summary}}</div>
{{/stories}}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment