blob: f3fa9247545842603a5f4ba69d97a273102999fb [file] [log] [blame]
{#
named_data_theme/layout.html
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#}
{%- extends "agogo/layout.html" %}
{% block header %}
<div id="header_container">
<div class="row">
<div class="three columns">
<p class="logo"><a href="https://named-data.net" title="A Future Internet Architecture">
<img class="logo" src="{{ pathto('_static/ndn-logo.svg', 1)|e }}" alt="Logo" width="210"/>
</a></p>
</div>
<div id="menu_container" class="nine columns">
<h1><a href="{{ pathto(master_doc)|e }}">{{ shorttitle|e }}</a></h1>
</div>
</div>
</div>
{% endblock %}
{% block footer %}
<div id="footer-container">
</div>
<div id="footer-info">
<div class="row">
<div class="twelve columns">
<div id="copyright">
This research is partially supported by NSF (Award <a href="http://www.nsf.gov/awardsearch/showAward?AWD_ID=1040868" target="_blank">CNS-1040868</a>).<br/><br/>
Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/" target="_blank">Creative Commons Attribution 3.0 Unported License</a> except where noted.
</div>
</div>
</div>
</div>
{% endblock %}