Back to Nestjs

Who Uses.Template

tools/transforms/templates/who-uses.template.html

latest383 B
Original Source

{% block content %}

{$ doc.description | nestjsmarked $}

{% for company in doc.whoUses.Header %} {% endfor %}

{% for company in doc.whoUses.Body %} | {$ company $} | {% endfor %}

and a lot more but we don't have enough time to update above list. Feel free to create a pull request though!

{% endblock %}