Skip to content

Commit

Permalink
Template für Einheiten hinzugefügt
Browse files Browse the repository at this point in the history
  • Loading branch information
Daugl committed Jul 6, 2024
1 parent a8a6831 commit 40bc740
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/einheit.j2t
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% extends "templates/base.j2t" %}
{% block symbol %}
<rect x="9" y="63" width="238" height="130" fill="{{ ShadowColor }}" stroke="none" />
<rect x="10" y="64" width="236" height="128" fill="{{ OutlineColor }}" stroke="none" />
<rect x="16" y="70" width="224" height="116" fill="{{ BaseColor }}" stroke="none" />
{% endblock symbol %}

0 comments on commit 40bc740

Please sign in to comment.