~newell-jensen/maas/arm64-backport-1.5

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{%- extends "basic/layout.html" %}
{% set css_files = ['https://assets.ubuntu.com/sites/guidelines/css/latest/ubuntu-styles.css', 'https://assets.ubuntu.com/sites/ubuntu/latest/u/css/global.css', '_static/css/main.css'] %}

{% block sidebarlogo %}
<a style="border:0" title="MAAS Documentation Homepage" href="{{ pathto('index.html', 1) }}"><img src="{{ pathto('_static/maas-logo-200.png',1) }}" alt="MAAS logo"/></a>
<h2 style="text-align:center;">MAAS</h2>
<p style="font-style:italic;font-size:0.9em; text-align:center; margin-bottom:1.5em">Metal As A Service.</p>
<span id="version_switcher"></span>
<br/>
<br/>
{% endblock %}

{# Remove 'modules' and 'index' from rellinks: they point to
   autogenerated code documentation pages that we don't want
   to advertise too much.
#}
{%- set rellinks = rellinks[2:] %}

{%- block footer %}
<footer class="global clearfix">
  <div class="legal clearfix">
    <p>&copy; Copyright {{ copyright }}. Ubuntu and Canonical are registered trademarks of
      <a href="http://canonical.com">Canonical Ltd</a>.
    </p>
    <p>
      Revision {{ bzr_last_revision_number}} ({{ bzr_last_revision_date }}).
      Documentation generation date: {{ bzr_build_date }}.
    </p>
  </div>
</footer>
{%- endblock %}