mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-22 09:18:13 +00:00
18 lines
614 B
HTML
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> |