<ul class="link-list">
<li><a href="http://testlenke.no" class="link-arrow">
New user/account
</a>
</li>
<li><a href="http://testlenke.no" class="link-arrow">
Add or remove firewall opening
</a>
</li>
<li><a href="http://testlenke.no" class="link-arrow">
Install new server
</a>
</li>
<li><a href="http://testlenke.no" class="link-arrow">
Install new database server
</a>
</li>
<li><a href="http://testlenke.no" class="link-arrow">
Customization of server
</a>
</li>
</ul>
<ul class="link-list">
{% for link in links %}
<li>{% include '@link--arrow' with link %}</li>
{% endfor %}
</ul>
{
"links": [
{
"copy": "New user/account"
},
{
"copy": "Add or remove firewall opening"
},
{
"copy": "Install new server"
},
{
"copy": "Install new database server"
},
{
"copy": "Customization of server"
}
]
}
There are no notes for this item.