aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_layouts/pro-print.html
blob: 4437007f4b0bb3c0ea1288f213646fcdc7a00b7d (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 http://fixmystreet.com/pro/user-guide</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 %}