Add left-hand navigation to pricing pages

So that you don’t have to use the footer navigation to switch between
these related pages. Matches the template we use for organising
features-related content.
This commit is contained in:
Chris Hill-Scott
2019-06-04 10:48:23 +01:00
parent 8f6089c62f
commit 77469e0710
4 changed files with 25 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
{% from "components/page-header.html" import page_header %}
{% from "components/sub-navigation.html" import sub_navigation %}
{% extends "withoutnav_template.html" %}
@@ -9,6 +10,9 @@
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-one-third">
{{ sub_navigation(navigation_links) }}
</div>
<div class="column-two-thirds">
{{ page_header('How to pay') }}

View File

@@ -1,6 +1,7 @@
{% from "components/table.html" import mapping_table, row, text_field, field, row_heading %}
{% from "components/textbox.html" import textbox %}
{% from "components/live-search.html" import live_search %}
{% from "components/sub-navigation.html" import sub_navigation %}
{% extends "withoutnav_template.html" %}
@@ -11,6 +12,9 @@
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-one-third">
{{ sub_navigation(navigation_links) }}
</div>
<div class="column-two-thirds">
<h1 class="heading-large">Pricing</h1>