-
Notifications
You must be signed in to change notification settings - Fork 1
/
story.hbs
39 lines (28 loc) · 1.31 KB
/
story.hbs
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
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<title>{{page.title}} | Austin American-Statesman</title>
<link rel="icon" type="image/png" href="assets/favicon.ico">
{{> meta}}
{{> styles}}
{{> cmg-head-styles}}
{{> cmg-head-ads}}
{{> cmg-head-metadata}}
<meta name="cmg:contentType" content="article">
{{> cmg-head-metrics}}
</head>
<body>
{{> navbar-super}}
{{> navbar-thin}}
{{{body}}}
{{> banner-ad}}
<p id="legal" class="center-block text-center"><small>© {{ copyrightYear }} <a href="http://www.coxmediagroup.com" target="_blank">Cox Media Group</a>. By using this website, you accept the terms of our <a href="http://www.mystatesman.com/visitor_agreement/" target="_blank">Visitor Agreement</a> and <a target="_blank" href="http://www.mystatesman.com/privacy_policy/">Privacy Policy</a>, and understand your options regarding <a target="_blank" href="http://www.mystatesman.com/privacy_policy/#ad-choices">Ad Choices</a><img src="https://media.cmgdigital.com/shared/img/photos/2012/02/29/d3/da/ad_choices_logo.png" alt="AdChoices">.</small></p>
{{> cmg-body-modals}}
{{> cmg-body-metrics}}
{{> cmg-body-janrain}}
{{> scripts}}
</body>
</html>