aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_layouts/pro-print.html
blob: cda9c112978a4237dc8cae835725737c19002bc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: pro
---

<div class="user-guide-cover">
  <h1 class="user-guide-title">FixMyStreet Pro User Guide</h1>
  <p>Available from <a href="https://www.fixmystreet.com/pro-manual/">fixmystreet.com/pro-manual</a></p>
</div>

{% assign sorted_pages = (site.pages | where: "user-guide" , "true" | sort:"order" ) %}

{% for page in sorted_pages %}

<div class="user-guide-section">

{{ page.content | markdownify }}

</div>

{% endfor %}