diff options
Diffstat (limited to 'templates/list-ppas.html')
-rw-r--r-- | templates/list-ppas.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/list-ppas.html b/templates/list-ppas.html new file mode 100644 index 0000000..b89cf31 --- /dev/null +++ b/templates/list-ppas.html @@ -0,0 +1,5 @@ +<ul> + {% for ppa in ppas %} + <li><a href={{base_url}}/{{ppa}}>{{ppa}}</a></li> + {% endfor %} +</ul> |