<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="robots" content="index, follow"> <meta name="author" content="Mietubl"> <meta name="description" content="{{ page.seo_description }}"> <meta name="keywords" content="{{page.seo_keywords}}"> <title>{{page.seo_title}}</title> {% include '_header_css.liquid' %} </head> <body> <!-- MAIN WRAPPER --> <div class="body-wrap shop-default shop-cards shop-tech"> <div id="st-container" class="st-container"> <div class="st-pusher"> <div class="st-content"> <div class="st-content-inner"> <!-- HEADER --> {% include '_header.liquid' %} <!-- END: HEADER --> <section class="slice sct-color-1"> <div class="container"> <section class="slice-sm sct-color-1"> <div class="container container-xs"> <div class="block block-post"> <div class="block-body block-post-body"> <h1> {{ page.title | raw }} </h1> {{page.content | raw }} </div> <!-- Comment form --> </div> </div> </section> </div> </section> <!-- FOOTER --> {% include '_footer.liquid' %} </div> </div> </div><!-- END: st-pusher --> </div><!-- END: st-container --> </div><!-- END: body-wrap --> <a href="#" class="back-to-top btn-back-to-top"></a> {% include '_footer_js.liquid' %} <!-- Isotope --> <script src="/static/js/isotope.min.js"></script> <script src="/static/js/imagesloaded.pkgd.min.js"></script> <!-- Deso Slide --> <script src="/static/js/jquery.desoslide.min.js"></script> <script> $('#slideshow').desoSlide({ thumbs: $('#slideshow_thumbs .swiper-slide > a'), thumbEvent: 'click', first: 0, effect: 'none', overlay: 'none', controls: { show: false, keys: false }, }); </script> </body> </html>