<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html>
<html b:css='false' b:defaultwidgetversion='2' b:layoutsVersion='3' expr:dir='data:blog.languageDirection' expr:lang='data:blog.locale' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  <head>
    <meta charset='utf-8' />
    <meta content='width=device-width, initial-scale=1, shrink-to-fit=no' name='viewport' />

    <title><data:view.title.escaped/></title>

    <b:include data='blog' name='all-head-content' />
    <b:include data='blog' name='google-analytics' />

<b:if cond='!data:view.isLayoutMode'>
<style>
/*!
 * Theme Name    : Theme Name
 * Theme URI     : https://example.blogspot.com/
 * Theme Version : 1.0
 * Author        : Your Name
 * Author URI    : https://example.com/
 * License       : MIT
 * License URI   : https://opensource.org/licenses/MIT
 */
</style>
</b:if>

<b:if cond='!data:view.isLayoutMode'>
<b:skin>
<![CDATA[
/*!
 * Theme Name    : Theme Name
 * Theme URI     : https://example.blogspot.com/
 * Theme Version : 1.0
 * Author        : Your Name
 * Author URI    : https://example.com/
 * License       : MIT
 * License URI   : https://opensource.org/licenses/MIT
 */
]]>
</b:skin>
</b:if>

<b:if cond='data:view.isLayoutMode'>
<b:template-skin>
<![CDATA[
/* CSS here */
]]>
</b:template-skin>
</b:if>
  </head>
  <body>
    <b:comment>### Body classes ###</b:comment>
    <b:class cond='data:view.isHomepage' name='is-homepage' />
    <b:class cond='data:view.isPost' name='is-post' />
    <b:class cond='data:view.isPage' name='is-page' />
    <b:class cond='data:view.isLabelSearch' name='is-search-label' />
    <b:class cond='data:view.search.query' name='is-search-query' />
    <b:class cond='data:view.isSearch and !data:view.isLabelSearch and !data:view.search.query' name='is-search-default' />
    <b:class cond='data:view.isArchive' name='is-archive' />
    <b:class cond='data:view.isError' name='is-error' />
    <b:class cond='data:view.isPreview' name='is-preview' />

    <b:if cond='!data:view.isError'>
      <header>
        <h1>
          <a expr:href='data:blog.homepageUrl'>
            <data:blog.title />
          </a>
        </h1>
      </header>

      <main>
        <b:section class='main-section' id='main-section' maxwidgets='1' name='Main section' showaddelement='no'>
          <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog' visible='true'>
            <b:includable id='main' var='this'>
              <b:comment>###### Posts ######</b:comment>

              <b:comment>### Homepage | Search (label|query|default) page | Archive page ###</b:comment>

              <b:if cond='data:view.isMultipleItems'>
                <b:if cond='data:posts.notEmpty'>
                  <b:loop values='data:posts' var='post'>
                    <article expr:id='"post-" + data:post.id'>
                      <b:comment>### Title ###</b:comment>
                      <h2>
                        <a expr:href='data:post.link ?: data:post.url'>
                          <b:eval expr='data:post.title ? data:post.title : data:messages.noTitle' />
                        </a>
                      </h2>
                    </article>
                  </b:loop>
                </b:if>
              </b:if>

              <b:comment>### Single page ###</b:comment>

              <b:if cond='data:view.isPost'>
                <b:if cond='data:posts.notEmpty'>
                  <b:loop values='data:posts' var='post'>
                    <article expr:id='"post-" + data:post.id'>
                      <b:comment>### Title ###</b:comment>
                      <h1>
                        <b:eval expr='data:post.title ? data:post.title : data:messages.noTitle' />
                      </h1>

                      <b:comment>### Body ###</b:comment>
                      <data:post.body />
                    </article>
                  </b:loop>
                </b:if>
              </b:if>

              <b:comment>### Static page ###</b:comment>

              <b:if cond='data:view.isPage'>
                <b:if cond='data:posts.notEmpty'>
                  <b:loop values='data:posts' var='post'>
                    <article expr:id='"post-" + data:post.id'>
                      <b:comment>### Title ###</b:comment>
                      <h1>
                        <b:eval expr='data:post.title ? data:post.title : data:messages.noTitle' />
                      </h1>

                      <b:comment>### Body ###</b:comment>
                      <data:post.body />
                    </article>
                  </b:loop>
                </b:if>
              </b:if>

              <b:comment>###### Pager ######</b:comment>

              <b:if cond='!data:view.isPage and data:posts.notEmpty'>
                <nav>
                  <a>
                    <b:attr expr:value='data:newerPageUrl ? data:newerPageUrl : "#"' name='href' />
                    <b:class cond='!data:newerPageUrl' name='disabled' />
                    <data:messages.newer />
                  </a>

                  <a>
                    <b:attr expr:value='data:blog.homepageUrl' name='href' />
                    <data:messages.home />
                  </a>

                  <a>
                    <b:attr expr:value='data:olderPageUrl ? data:olderPageUrl : "#"' name='href' />
                    <b:class cond='!data:olderPageUrl' name='disabled' />
                    <data:messages.older />
                  </a>
                </nav>
              </b:if>
            </b:includable>

            <b:includable id='aboutPostAuthor' />
            <b:includable id='addComments' />
            <b:includable id='commentAuthorAvatar' />
            <b:includable id='commentDeleteIcon' />
            <b:includable id='commentForm' />
            <b:includable id='commentFormIframeSrc' />
            <b:includable id='commentItem' />
            <b:includable id='commentList' />
            <b:includable id='commentPicker' />
            <b:includable id='comments' />
            <b:includable id='commentsTitle' />
            <b:includable id='feedLinks' />
            <b:includable id='feedLinksBody' />
            <b:includable id='homePageLink' />
            <b:includable id='iframeComments' />
            <b:includable id='inlineAd' />
            <b:includable id='nextPageLink' />
            <b:includable id='post' />
            <b:includable id='postBody' />
            <b:includable id='postBodySnippet' />
            <b:includable id='postCommentsAndAd' />
            <b:includable id='postCommentsLink' />
            <b:includable id='postFooter' />
            <b:includable id='postFooterAuthorProfile' />
            <b:includable id='postHeader' />
            <b:includable id='postMeta' />
            <b:includable id='postPagination' />
            <b:includable id='postTitle' />
            <b:includable id='previousPageLink' />
            <b:includable id='threadedCommentForm' />
            <b:includable id='threadedCommentJs' />
            <b:includable id='threadedComments' />
          </b:widget>
        </b:section>
      </main>

      <footer>
        <p>Footer.</p>
      </footer>
    </b:if>

    <b:if cond='data:view.isError'>
      <h1>404</h1>
      <p>
        <data:messages.theresNothingHere />
      </p>
      <p>
        <a expr:href='data:blog.homepageUrl'>
          <data:messages.home />
        </a>
      </p>
    </b:if>

<script>
//<![CDATA[
/*!
 * Theme Name    : Theme Name
 * Theme URI     : https://example.blogspot.com/
 * Theme Version : 1.0
 * Author        : Your Name
 * Author URI    : https://example.com/
 * License       : MIT
 * License URI   : https://opensource.org/licenses/MIT
 */
!function(n){"function"==typeof define&&define.amd?define(n):n()}((function(){}));
//]]>
</script>

    <b:if cond='!data:view.isLayoutMode and (data:blog.view == "NeverAccessThisView")'>
      <b:section id='fake-section' showaddelement='yes' />
    </b:if>
  </body>
</html>