Skip to content

Instantly share code, notes, and snippets.

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 rcurlette/2490221 to your computer and use it in GitHub Desktop.
Save rcurlette/2490221 to your computer and use it in GitHub Desktop.
Tridion Razor HTML Header Import TBB
<head>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
<title>@(Page.MetaData.Title != null ? Page.MetaData.Title : Page.Title)</title>
<meta content="@(Page.MetaData.Description)" name='description'>
<meta content="@(Page.MetaData.Keywords)" name='keywords'>
<link href="/global/static/css/bootstrap.css" media="screen, projection" rel="stylesheet" type="text/css" />
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script>
<script src='//ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/jquery-ui.min.js'></script>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment