Remove bad comments from top of .pug templates - caused syntax error
This commit is contained in:
parent
4a3a090488
commit
4103701bb2
@ -1,4 +1,3 @@
|
|||||||
// this file was automatically generated by the Flitter framework
|
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
title #{title} | #{_app.name}
|
title #{title} | #{_app.name}
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// this file was automatically generated by the Flitter framework
|
|
||||||
extends ./auth_page
|
extends ./auth_page
|
||||||
|
|
||||||
block content
|
block content
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// this file was automatically generated by the Flitter framework
|
|
||||||
extends ./auth_page
|
extends ./auth_page
|
||||||
|
|
||||||
block content
|
block content
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// this file was automatically generated by the Flitter framework
|
|
||||||
extends ./form
|
extends ./form
|
||||||
|
|
||||||
block form
|
block form
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// this file was automatically generated by the Flitter framework
|
|
||||||
extends ./auth_page
|
extends ./auth_page
|
||||||
|
|
||||||
block content
|
block content
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// this file was automatically generated by the Flitter framework
|
|
||||||
extends ./form
|
extends ./form
|
||||||
|
|
||||||
block form
|
block form
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// this file was automatically generated by the Flitter framework
|
|
||||||
extends error
|
extends error
|
||||||
|
|
||||||
block head
|
block head
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// this file was automatically generated by the Flitter framework
|
|
||||||
extends error
|
extends error
|
||||||
|
|
||||||
block head
|
block head
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// this file was automatically generated by the Flitter framework
|
|
||||||
extends error
|
extends error
|
||||||
|
|
||||||
block head
|
block head
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// this file was automatically generated by the Flitter framework
|
|
||||||
extends error
|
extends error
|
||||||
|
|
||||||
block head
|
block head
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// this file was automatically generated by the Flitter framework
|
|
||||||
extends error
|
extends error
|
||||||
|
|
||||||
block head
|
block head
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// this file was automatically generated by the Flitter framework
|
|
||||||
extends error
|
extends error
|
||||||
|
|
||||||
block head
|
block head
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// this file was automatically generated by the Flitter framework
|
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
title Uh-Oh! | #{_app ? _app.name : 'Flitter'}
|
title Uh-Oh! | #{_app ? _app.name : 'Flitter'}
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// this file was automatically generated by the Flitter framework
|
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
block head
|
block head
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// this file was automatically generated by the Flitter framework
|
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
title #{T('welcome')} | #{_app.name}
|
title #{T('welcome')} | #{_app.name}
|
||||||
|
Loading…
Reference in New Issue
Block a user