Files
dss.api/templates/blog/entry.html
Fergal Moran 2c38baf18a Stuff
2015-11-08 19:17:18 +00:00

18 lines
614 B
HTML

<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<meta property="fb:app_id" content="{{ app_id }}"/>
<meta property="og:url" content="{{ mix_url }}/"/>
<meta property="og:site_name" content="Deep South Sounds"/>
<meta property="og:type" content="deepsouthsounds:blog"/>
<meta property="og:title" content="{{ title }}"/>
<meta property="og:description" content="{{ description }}"/>
<meta property="og:image" content="{{ image }}"/>
</head>
<body>
{{ content }}
</body>
</html>