mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 21:31:36 +02:00
Fix potential Angular XSS issues GitOrigin-RevId: a18a609a25b29e910cb78e28a37398417cfe4842
20 lines
299 B
Plaintext
20 lines
299 B
Plaintext
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}
|
|
|