themes/apachecon/layouts/sessions/single.html (28 lines of code) (raw):
<!DOCTYPE HTML>
<html>
{{ partial "header.html" . }}
<body>
<!-- Header Wrapper -->
<div class="wrapper style1">
{{ partial "smallpageheader.html" . }}
<!-- Main -->
<div id="main" class="wrapper style4 page-session">
<!-- Content -->
<div id="content" class="container">
<section>
<header class="major">
<h3>{{.Title}}</h3>
<h4>{{.Params.presenters}}</h4>
{{.Params.stype}} {{dateFormat "2006-01-02 15:04 GMT+8" .Date}}
{{if in "bigdata" .Params.track }}
(ROOM : {{.Params.room}})
{{end}}
<a class="label" href="{{ "tracks" | relLangURL }}/{{.Params.track}}.html">#{{.Params.track}}</a></li>
</header>
{{.Content}}
<div style="position:relative; padding-bottom:50%; width:90%; height:0">
<iframe src="{{.Params.speechLink}}" class="iframe_video" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="position:absolute; height: 100%; width: 100%;"></iframe>
</div>
</section>
</div>
</div>
{{ partial "footer.html" . }}
</body>
</html>