Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b7e027f authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Display variable

parent 24aea33b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
test: "hello {{ device.vendor }}"
test: "*hello* device "
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
# Install /e/ on a {{ device.vendor }} {{ device.name }} - "{{ device.codename }}" {%- if device.is_beta %} (beta) {%- endif %}


{% t test %}
{% capture test_translation %}{% t test %}{% endcapture %}
{{ test_translation | replace: "device", device.name }}

</div>