dnscontrol/docs/provider-list.html
2017-01-11 13:02:45 -07:00

17 lines
295 B
HTML

---
layout: default
---
<h1> Service providers </h1>
<table class='table table-bordered'>
<thead>
<th>Name</th>
<th>Javascript Identifier</th>
</thead>
{% for p in site.providers %}
<tr>
<td><a href=".{{p.id}}">{{p.name}}</a></td>
<td>{{p.jsId}}</td>
</tr>
{% endfor %}
</table>