1{{- if in .Site.Title "Boost." }}<div> 2 <div class="author"> 3 <h3 class="author"><span class="firstname">Niall</span> <span class="surname">Douglas</span></h3> 4 </div> 5</div> 6<div><p class="copyright">Copyright © 2014-{{ now.Format "2006" }} Niall Douglas <a href="{{"/credits.html" | relURL}}">and others</a></p></div> 7<div><div class="legalnotice"> 8<a name="outcome.legal"></a><p> 9 Distributed under the Boost Software License, Version 1.0. (See accompanying 10 file LICENSE_1_0.txt or copy at <a href="/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 11 </p> 12</div></div> 13{{ partial "boost-index" (dict "context" . "toc_depth" 2) }} 14<h2 class="title">Introduction</h2> 15{{- end}}