dnscontrol/docs/provider-list.html

17 lines
295 B
HTML
Raw Normal View History

2017-01-12 04:02:45 +08:00
---
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>