stc

a simple time card webapp
git clone _git@git.brennen.work:stc.git
Log | Files | Refs | README

dev_branches.html (193B)


      1 {% extends 'base.html' %}
      2 
      3 {% block title %}DEV Seed Branches{% endblock %}
      4 
      5 {% block content %}
      6 
      7 	{%- for x in dev_branches %}
      8 		{%- print(x) %}
      9 		</br>
     10 		</br>
     11 	{%- endfor %}
     12 
     13 {% endblock %}