For some reason this was done with copy/paste before, but an include
seems much better.
{% include "pages/about/policies/coc/_translations.html" %}
</div>
- <div class="col-lg-3">
- <h1>Annual Reports</h1>
- <ul>
- <li><a href="/about/policies/coc/reports/2019/">2019</a></li>
- <li><a href="/about/policies/coc/reports/2018/">2018</a></li>
- </ul>
- </div>
+{%include "pages/about/policies/coc/_reportlist.html" %}
</div>
{%endblock%}
--- /dev/null
+ <div class="col-lg-3">
+ <h1>Annual Reports</h1>
+ <ul>
+ <li><a href="/about/policies/coc/reports/2019/">2019</a></li>
+ <li><a href="/about/policies/coc/reports/2018/">2018</a></li>
+ </ul>
+ </div>
</ul>
<p>We would like to thank the Core Team and the community members who have supported the adoption of the <a href="/about/policies/coc/">Code of Conduct</a>, and who continue to uphold the professional standards of the PostgreSQL Community.</p>
</div>
- <div class="col-lg-3">
- <h1>Annual Reports</h1>
- <ul>
- <li><a href="/about/policies/coc/reports/2019/">2019</a></li>
- <li><a href="/about/policies/coc/reports/2018/">2018</a></li>
- </ul>
- </div>
+{%include "pages/about/policies/coc/_reportlist.html" %}
</div>
{%endblock%}
We would like to thank the Core Team and the community members who have supported the adoption of the <a href="/about/policies/coc/">Code of Conduct</a>, and who continue to uphold the professional standards of the PostgreSQL Community.
</p>
</div>
- <div class="col-lg-3">
- <h1>Annual Reports</h1>
- <ul>
- <li><a href="/about/policies/coc/reports/2019/">2019</a></li>
- <li><a href="/about/policies/coc/reports/2018/">2018</a></li>
- </ul>
- </div>
+{%include "pages/about/policies/coc/_reportlist.html" %}
</div>
{%endblock%}