57 | 58 |
59 |
60 | {{ form.csrf_token }} 61 |
62 |
63 | 64 |
65 |
66 | 67 |
68 |
69 | 70 |
71 |
72 |
{{ form.grammar(class_="form-control inputfield", type="text") }}
73 |
74 |
75 |
{{ form.source(class_="form-control inputfield", type="text") }}
76 |
77 |
78 |
{{ form.submit(class_="btn btn-dark btn-lg btn-block") }}

79 |
80 |
81 | 82 |
83 | {% if output.strip() != "" %} 84 | {{output}} 85 | {% endif %} 86 |
87 | 88 | 89 |