comparison: theme/templates/base.html
theme/templates/base.html
- changeset 122
- 08b9a05b3d8d
- parent 114
- 33cd55d481ba
- child 144
- 202ad178f68f
equal
deleted
inserted
replaced
| 132 </div> |
132 </div> |
| 133 {% endblock %} |
133 {% endblock %} |
| 134 </div> |
134 </div> |
| 135 {% include 'trademark.html' %} |
135 {% include 'trademark.html' %} |
| 136 </div> |
136 </div> |
| |
137 {% if PIWIK %} |
| |
138 <noscript> |
| |
139 <img src="https://piwik.sdfa3.org/matomo.php?idsite=2&rec=1" style="border:0" alt="" /> |
| |
140 </noscript> |
| |
141 {% endif %} |
| |
142 |
| 137 </body> |
143 </body> |
| 138 |
144 |
| 139 |
145 |
| 140 </html> |
146 </html> |