add param support

This commit is contained in:
alphardex
2019-01-17 10:00:10 +08:00
parent 8a2f334c80
commit 91d5ecf57a
8 changed files with 40 additions and 77 deletions

View File

@@ -1,11 +0,0 @@
{% extends "layout.html" %}
{% block title %}All Feeds{% endblock title %}
{% block content %}
<div class="list-group">
{% for rule in rules %}
<a href="{{rule.rule}}" class="list-group-item list-group-item-action">{{rule.endpoint[5:]}}</a>
{% endfor %}
</div>
{% endblock content %}