mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
41f75b5936
Fix potential Angular XSS issues GitOrigin-RevId: a18a609a25b29e910cb78e28a37398417cfe4842
19 lines
299 B
Text
19 lines
299 B
Text
extends ../layout
|
|
|
|
block content
|
|
.masthead
|
|
.container
|
|
.row
|
|
.col-md-12
|
|
h1(ng-non-bindable) !{viewData.title}
|
|
.row.row-spaced
|
|
|
|
.pattern-container
|
|
.content
|
|
.container
|
|
.row
|
|
.col-md-10.col-md-offset-1
|
|
.card
|
|
.row(ng-non-bindable)
|
|
| !{viewData.html}
|
|
|