blob: 2a65019fa01957ec17477596a20f80b8dba29a83 [file] [log] [blame]
Matteo Scandolo2e1895f2019-05-23 15:39:29 -07001{% extends template.self %}
2
3{% block page %}
4 {{ super() }}
5 <footer>
6 <div>
7 <h5>Have questions?</h5>
8 <p>
9 Please reach out on the <a href="https://groups.google.com/a/opencord.org/forum/#!forum/cord-dev" target="_blank">mailing list</a>
10 or on <a href="https://slackin.opencord.org" target="_blank">slack</a>.
11 </p>
12 </div>
13 <div>
14 <h5>Do you think this guide can be improved?</h5>
15 <p>Great, <a href="https://guide.opencord.org/developer/contribute_to_the_docs.html">help us do that</a>!</p>
16 </div>
17 </footer>
18{% endblock %}