mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 06:25:51 +03:00
10 lines
363 B
Handlebars
10 lines
363 B
Handlebars
|
{{#gh-modal-dialog action="closeModal" showClose=true type="action" style="wide,centered" animation="fade"
|
||
|
title="Are you sure you want to leave this page?" confirm=confirm}}
|
||
|
|
||
|
<p>Hey there! It looks like you're in the middle of writing something and you haven't saved all of your
|
||
|
content.</p>
|
||
|
|
||
|
<p>Save before you go!</p>
|
||
|
|
||
|
{{/gh-modal-dialog}}
|