Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
kiara / resources / templates / render / models / metadata.authors.html
Size: Mime:
<ul>
{% for author in instance.authors %}
    <li>{{ author.name }}{% if author.email %} ( <a href="mailto:{{ author.email }}">{{ author.email }}</a> ){% endif %}</li>
{% endfor %}
</ul>