equal
deleted
inserted
replaced
12 {% if custom_font %}<style type="text/css">#textcontainer.custom { font-family: {% autoescape off %}{{ custom_font }}{% endautoescape %}; }</style>{% endif %} |
12 {% if custom_font %}<style type="text/css">#textcontainer.custom { font-family: {% autoescape off %}{{ custom_font }}{% endautoescape %}; }</style>{% endif %} |
13 {% if custom_titles_font %}<style type="text/css">#textcontainer.custom h1, #textcontainer.custom h2, #textcontainer.custom h3, #textcontainer.custom h4, #textcontainer.custom h5, #textcontainer.custom h6 { font-family: {% autoescape off %}{{ custom_titles_font }}{% endautoescape %}; }</style>{% endif %} |
13 {% if custom_titles_font %}<style type="text/css">#textcontainer.custom h1, #textcontainer.custom h2, #textcontainer.custom h3, #textcontainer.custom h4, #textcontainer.custom h5, #textcontainer.custom h6 { font-family: {% autoescape off %}{{ custom_titles_font }}{% endautoescape %}; }</style>{% endif %} |
14 </head> |
14 </head> |
15 |
15 |
16 <body> |
16 <body> |
17 <div id="maincontainer" style="overflow-y: scroll !important; -webkit-overflow-scrolling: touch !important;" > |
17 <div id="maincontainer" > |
18 |
18 |
19 <div id="contentwrapper"> |
19 <div id="contentwrapper" > |
20 <div id="contentcolumn"> |
20 <div id="contentcolumn"> |
21 <div class="innertube"> |
21 <div class="innertube"> |
22 <div id="textcontainer" class="initially_hidden"> |
22 <div id="textcontainer" class="initially_hidden" > |
23 {% autoescape off %} |
23 {% autoescape off %} |
24 {{ content }} |
24 {{ content }} |
25 {% endautoescape %} |
25 {% endautoescape %} |
26 </div> |
26 </div> |
27 </div> |
27 </div> |