diff --git a/oxi/interfaces/models/templates/quasar.ttp b/oxi/interfaces/models/templates/quasar.ttp
index acbd313..e633654 100644
--- a/oxi/interfaces/models/templates/quasar.ttp
+++ b/oxi/interfaces/models/templates/quasar.ttp
@@ -52,10 +52,10 @@ default_system = {
-{{ ignore("\s*") }}config {{ interface }} ipv4 address {{ ip_address }}/{{ mask }} gateway {{ gateway }} {{ ignore }}
+{{ ignore("\\s*") }}config {{ interface }} ipv4 address {{ ip_address }}/{{ mask }} gateway {{ gateway }} {{ ignore }}
-{{ ignore("\s*") }}config interface {{ interface | _start_ }} fec none mode force-up enable
-{{ ignore("\s*") }}config interface {{ interface | _start_ }} description {{ description | ORPHRASE | strip('"')}}
+{{ ignore("\\s*") }}config interface {{ interface | _start_ }} fec none mode force-up enable
+{{ ignore("\\s*") }}config interface {{ interface | _start_ }} description {{ description | ORPHRASE | strip('"')}}
\ No newline at end of file