forked from fastn-stack/fastn-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
with-fallback.html
30 lines (27 loc) · 1.41 KB
/
with-fallback.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"><base href="__base_url__">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">__ftd_canonical_url__
<title>__ftd_doc_title__</title>
<script type="ftd" id="ftd-data-message">__ftd_data_message__</script>
<script type="ftd" id="ftd-external-children-message">__ftd_external_children_message__</script>
<script type="ftd" id="ftd-data-main">__ftd_data_main__</script>
<script type="ftd" id="ftd-external-children-main">__ftd_external_children_main__</script>
<script type="ftd" id="ftd-data-fallback">__ftd_data_fallback__</script>
<script type="ftd" id="ftd-external-children-fallback">__ftd_external_children_fallback__</script>
<style>__ftd_css____ftd_element_css__</style>
</head>
<body>
<div id="message">__message__</div>
<div id="main">__main__</div>
<div id="fallback" style="display: none">__fallback__</div>
<script>
__ftd_js____ftd_body_events__
window.ftd.init("main", "ftd-data-main", "ftd-external-children-main");
window.ftd.init("message", "ftd-data-message", "ftd-external-children-message");
window.ftd.init("fallback", "ftd-data-fallback", "ftd-external-children-fallback");
__fpm_js__
</script>
</body>
</html>