{% include 'header.html' %}

-Projects -> Getting started -> Add functions

Note: Here we enter the processing techniques the application contains. For example: {% set counter = 0 -%} {% for entry in techlist -%} {{ entry.techName|safe }}, {% set counter = counter + 1 %} {% endfor %} etc.

All lists will be collected into a single document per project.

Function summary


{% set counter = 0 -%} {% for entry in entries -%} {% set counter = counter + 1 %} {% endfor %}
Function Technology Function List Name Date/Time Remove
{{entry.techName|safe}}    {{entry.functionName|safe}} {{entry.entryDate|safe}}   
{% include 'footer.html' %}