-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.html
More file actions
31 lines (31 loc) · 988 Bytes
/
example.html
File metadata and controls
31 lines (31 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Datacle News</title>
<script src="http://reported.today/js/handlebars.js"></script>
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="http://reported.today/js/datacle.js"></script>
</head>
<h1>Datacle News</h1>
<script id="datacletemplate" type="text/x-handlebars-template">
<h2>Healthcare.gov status</h2>
<p>Politico reports that 36 states now rely on HealthCare.gov, the federal exchange, to enroll people in health coverage, with at least two more states are opting in next year.
</p>
<p>Your state, {{local.UShealthcaresystem.statename}},
{{local.UShealthcaresystem.healthcaresystem}}
</p>
<h2>Gay Marriage bill</h2>
<p>
The gay marriage bill, number {{local.Congress.bill}}, was passed.
Congressperson {{local.Congress.name}} voted
{{local.Congress.vote}}.
</p>
<p>
</p>
</script>
<body>
<div id="main" style="margin-left:100px">
</div>
</body>
</html>