Clone
locomotive_pages.bson
J_idZ3QO+parent_idsdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlpublishedis_layoutallow_layouttemplatizedtemplatized_from_parentredirectsite_idZ3QO+slug/enindexfrindexnbindextitle;en
Home pagefr
Home pagenb
Home pageraw_template8enContent of the home pagefrnbpositionlocales0en	updated_atDc	created_atDcfullpath/enindexfrindexnbindexL_idZ3QO+parent_idsdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlpublishedis_layoutallow_layouttemplatizedtemplatized_from_parentredirectsite_idZ3QO+slug)en404fr404nb404titleJenPage not foundfrPage not foundnbPage not foundraw_template7enContent of the 404 pagefrnbpositionlocales0en	updated_atDc	created_atDcfullpath)en404fr404nb404_idZ3QO+parent_idsdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlpublishedis_layoutallow_layouttemplatizedtemplatized_from_parentredirectsite_idZ3QO+slug/enindexfrindexnbindextitleten
Home pagefrPage d'accueilnb>translation missing: nb.attributes.defaults.pages.index.titleraw_templatemen,<!DOCTYPE html>
<html lang='en'>
  <head>
    <meta charset='utf-8'>
    <title>{{ site.name }}</title>
    <meta content='{{ site.meta_description }}' name='description'>
    <meta content='{{ site.meta_keywords }}' name='keywords'>
    {{ '/foo/bar' | auto_discovery_link_tag: 'rel:alternate', 'type:application/atom+xml', 'title:A title' }}
    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
    <!--[if lt IE 9]>
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <link href="/fonts/chunkfive.css" media="screen" rel="stylesheet" type="text/css" />
    <!-- Le styles -->
    {{ 'http://fonts.googleapis.com/css?family=Open+Sans:400,700' | stylesheet_tag }}
    {{ 'reboot' | stylesheet_tag }}
    {{ 'application' | stylesheet_tag }}
    <script src='{{ 'application.js' | javascript_url }}' type='text/javascript'></script>
    <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'></script>
    {% inline_editor %}
  </head>
  <body>
    <div class='container'>
      <div id='menu'>
        <ul id='nav'>
          <li class='{% if page.fullpath == 'index' %}on{% endif %} link' id='home'>
            <a href='/'>Home</a>
          </li>
          {% nav site, no_wrapper: true, exclude: 'events' %}
        </ul>
        <div class='clear'></div>
      </div>
      <div id='banner'>
        {% block banner %}
        <div class='photo'>
          <img src='{% editable_file 'Page image', hint: 'Top banner image in each page (602px by 397px)' %}/sites/5ae73303e051bb4f2bcbeefa/assets/5ae7345be051bb4f5525c999/photo.jpg{% endeditable_file %}'>
        </div>
        <div class='text'>
          {% editable_long_text 'pitch' %}
          <h2>About Us</h2>
          <p>
            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse vitae egestas neque. Proin ac ante ante, sit amet egestas purus. Fusce tincidunt mattis sapien eget sodales. Cras aliquet odio eu nisl dapibus placerat.
            <br>
            <a href='/about_us'>read more...</a>
          </p>
          {% endeditable_long_text %}
        </div>
        {% endblock %}
        <div class='clear'></div>
      </div>
      <div id='content'>
        {% block content %}
        <div class='unit size1of2' id='events'>
          <h2>Upcoming events</h2>
          <ul class='list'>
            {% for event in contents.events limit: 6 %}
            <li>
              <em>{{ event.date | localized_date: '%a, %B %d, %Y' }}</em>
              &nbsp;-&nbsp;
              {{ event.place }}, {{ event.city }}, {{ event.state }}
            </li>
            {% endfor %}
          </ul>
          <p class='more'>
            <a href='/events'>See more events ...</a>
          </p>
        </div>
        <div class='unit size1of2' id='updates'>
          <h2>Site updates</h2>
          <ul class='list'>
            {% for update in contents.updates %}
            <li>
              <em>{{ update.date | localized_date: '%B %d' }}</em>
              &nbsp;-&nbsp;
              {{ update.title }}
            </li>
            {% endfor %}
          </ul>
        </div>
        {% endblock %}
        <div class='clear'></div>
      </div>
      <div id='footer'>
        <div id='is_templatized' templatized='{{ page.templatized? }}'></div>
        <div id='scoped_translation' scoped_translation='{{ 'fr' | translate: 'en', 'locomotive.locales' }}'></div>
        {% include footer %}
        {% include a_complicated-one %}
      </div>
    </div>
    {% google_analytics 'UA-20661758-1' %}
  </body>
</html>
fr,<!DOCTYPE html>
<html lang='en'>
  <head>
    <meta charset='utf-8'>
    <title>{{ site.name }}</title>
    <meta content='{{ site.meta_description }}' name='description'>
    <meta content='{{ site.meta_keywords }}' name='keywords'>
    {{ '/foo/bar' | auto_discovery_link_tag: 'rel:alternate', 'type:application/atom+xml', 'title:A title' }}
    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
    <!--[if lt IE 9]>
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <link href="/fonts/chunkfive.css" media="screen" rel="stylesheet" type="text/css" />
    <!-- Le styles -->
    {{ 'http://fonts.googleapis.com/css?family=Open+Sans:400,700' | stylesheet_tag }}
    {{ 'reboot' | stylesheet_tag }}
    {{ 'application' | stylesheet_tag }}
    <script src='{{ 'application.js' | javascript_url }}' type='text/javascript'></script>
    <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'></script>
    {% inline_editor %}
  </head>
  <body>
    <div class='container'>
      <div id='menu'>
        <ul id='nav'>
          <li class='{% if page.fullpath == 'index' %}on{% endif %} link' id='home'>
            <a href='/'>Home</a>
          </li>
          {% nav site, no_wrapper: true, exclude: 'events' %}
        </ul>
        <div class='clear'></div>
      </div>
      <div id='banner'>
        {% block banner %}
        <div class='photo'>
          <img src='{% editable_file 'Page image', hint: 'Top banner image in each page (602px by 397px)' %}/sites/5ae73303e051bb4f2bcbeefa/assets/5ae7345be051bb4f5525c999/photo.jpg{% endeditable_file %}'>
        </div>
        <div class='text'>
          {% editable_long_text 'pitch' %}
          <h2>About Us</h2>
          <p>
            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse vitae egestas neque. Proin ac ante ante, sit amet egestas purus. Fusce tincidunt mattis sapien eget sodales. Cras aliquet odio eu nisl dapibus placerat.
            <br>
            <a href='/about_us'>read more...</a>
          </p>
          {% endeditable_long_text %}
        </div>
        {% endblock %}
        <div class='clear'></div>
      </div>
      <div id='content'>
        {% block content %}
        <div class='unit size1of2' id='events'>
          <h2>Upcoming events</h2>
          <ul class='list'>
            {% for event in contents.events limit: 6 %}
            <li>
              <em>{{ event.date | localized_date: '%a, %B %d, %Y' }}</em>
              &nbsp;-&nbsp;
              {{ event.place }}, {{ event.city }}, {{ event.state }}
            </li>
            {% endfor %}
          </ul>
          <p class='more'>
            <a href='/events'>See more events ...</a>
          </p>
        </div>
        <div class='unit size1of2' id='updates'>
          <h2>Site updates</h2>
          <ul class='list'>
            {% for update in contents.updates %}
            <li>
              <em>{{ update.date | localized_date: '%B %d' }}</em>
              &nbsp;-&nbsp;
              {{ update.title }}
            </li>
            {% endfor %}
          </ul>
        </div>
        {% endblock %}
        <div class='clear'></div>
      </div>
      <div id='footer'>
        <div id='is_templatized' templatized='{{ page.templatized? }}'></div>
        <div id='scoped_translation' scoped_translation='{{ 'fr' | translate: 'en', 'locomotive.locales' }}'></div>
        {% include footer %}
        {% include a_complicated-one %}
      </div>
    </div>
    {% google_analytics 'UA-20661758-1' %}
  </body>
</html>
positionlocales0en1fr	updated_at$c	created_atDcfullpath/enindexfrindexnbindex_idZ3QO+parent_idsdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlpublishedis_layoutallow_layouttemplatizedtemplatized_from_parentredirectsite_idZ3QO+slug)en404fr404nb404titlezenPage not foundfrPage non trouvéenb<translation missing: nb.attributes.defaults.pages.404.titleraw_templateen\{% extends index %}
{% block content %}
<p class='error'>page not found</p>
{% endblock %}
fr_{% extends index %}
{% block content %}
<p class='error'>Page non trouvée</p>
{% endblock %}
positionclocales0en1fr	updated_at$c	created_atDcfullpath)en404fr404nb404_idZ4[QOU%ɚparent_ids0Z3QO+depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title;en	About UsfrA notre sujetnbOm ossslug;en	about-usfra-notre-sujetnbom-osshandle	about-usparent_idZ3QO+positionraw_templateen8{% extends parent %}
{% block content %}
{% editable_long_text 'content' %}
<p>
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus. Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus dolor tellus id nunc. Quisque mauris diam, tincidunt in commodo sed, feugiat eu nibh. Nulla erat nunc, dapibus vel eleifend et, egestas sed quam. Vestibulum mollis eros at dolor vulputate vel sollicitudin enim convallis. Etiam velit nisi, rutrum vel sagittis facilisis, pretium id lorem. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque mauris nisl, consequat sed tincidunt nec, lacinia in odio. In hac habitasse platea dictumst. Nam semper libero aliquam turpis gravida vel varius erat vulputate. Integer consequat ipsum vitae augue porttitor ullamcorper. Nam vulputate aliquet ante at gravida. Vestibulum luctus urna et dui hendrerit eu suscipit velit varius. Sed ornare eleifend sem, vitae pharetra dolor sodales egestas. Mauris lobortis hendrerit odio, vitae porttitor urna rutrum at. Ut at lectus erat, nec dictum dolor. Praesent in sapien interdum nibh euismod vestibulum. Vestibulum tincidunt pulvinar accumsan.
</p>
{% endeditable_long_text %}
{% endblock %}
fr8{% extends parent %}
{% block content %}
{% editable_long_text 'content' %}
<p>
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus. Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus dolor tellus id nunc. Quisque mauris diam, tincidunt in commodo sed, feugiat eu nibh. Nulla erat nunc, dapibus vel eleifend et, egestas sed quam. Vestibulum mollis eros at dolor vulputate vel sollicitudin enim convallis. Etiam velit nisi, rutrum vel sagittis facilisis, pretium id lorem. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque mauris nisl, consequat sed tincidunt nec, lacinia in odio. In hac habitasse platea dictumst. Nam semper libero aliquam turpis gravida vel varius erat vulputate. Integer consequat ipsum vitae augue porttitor ullamcorper. Nam vulputate aliquet ante at gravida. Vestibulum luctus urna et dui hendrerit eu suscipit velit varius. Sed ornare eleifend sem, vitae pharetra dolor sodales egestas. Mauris lobortis hendrerit odio, vitae porttitor urna rutrum at. Ut at lectus erat, nec dictum dolor. Praesent in sapien interdum nibh euismod vestibulum. Vestibulum tincidunt pulvinar accumsan.
</p>
{% endeditable_long_text %}
{% endblock %}
nb8{% extends parent %}
{% block content %}
{% editable_long_text 'content' %}
<p>
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus. Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus dolor tellus id nunc. Quisque mauris diam, tincidunt in commodo sed, feugiat eu nibh. Nulla erat nunc, dapibus vel eleifend et, egestas sed quam. Vestibulum mollis eros at dolor vulputate vel sollicitudin enim convallis. Etiam velit nisi, rutrum vel sagittis facilisis, pretium id lorem. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque mauris nisl, consequat sed tincidunt nec, lacinia in odio. In hac habitasse platea dictumst. Nam semper libero aliquam turpis gravida vel varius erat vulputate. Integer consequat ipsum vitae augue porttitor ullamcorper. Nam vulputate aliquet ante at gravida. Vestibulum luctus urna et dui hendrerit eu suscipit velit varius. Sed ornare eleifend sem, vitae pharetra dolor sodales egestas. Mauris lobortis hendrerit odio, vitae porttitor urna rutrum at. Ut at lectus erat, nec dictum dolor. Praesent in sapien interdum nibh euismod vestibulum. Vestibulum tincidunt pulvinar accumsan.
</p>
{% endeditable_long_text %}
{% endblock %}

target_klass_namelocales#0en1fr2nb	updated_atJ%c	created_at2$cfullpath;en	about-usfra-notre-sujetnbom-osseditable_elementsO0_idZ4[QOU%ɛprioritylocales_typeLocomotive::EditableFileblockbannerslugpage_imagefixeddisabled
enfrom_parentsource+enphoto_2.jpgfr
photo.jpg	updated_atI%c	created_at2$c1B_idZ4[QOU%ɜprioritylocales_typeLocomotive::EditableElementblockbannerslugpitchcontentlen'<h2>About us</h2><p>Lorem ipsum...</p>fr0<h2>A notre sujet</h2><p>Lorem ipsum...(FR)</p>fixeddisabled
enfrom_parent	updated_at$c	created_at2$c_idZ4\QOU%ɝparent_ids0Z3QO+depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title7enMusicfrNotre musiquenbMusicslug7enmusicfrnotre-musiquenbmusichandle
our-musicparent_idZ3QO+positionraw_templateen{% extends parent %}
{% block content %}
{% editable_long_text 'introduction' %}
<p>
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus. Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus dolor tellus id nunc. Quisque mauris diam, tincidunt in commodo sed, feugiat eu nibh. Nulla erat nunc, dapibus vel eleifend et, egestas sed quam. Vestibulum mollis eros at dolor vulputate vel sollicitudin enim convallis. Etiam velit nisi, rutrum vel sagittis facilisis, pretium id lorem.
</p>
{% endeditable_long_text %}
<div class='unit size1of2'>
  <ul class='songs'>
    {% for song in contents.songs limit: 4 offset: 0 %}
    {% include 'song' with song %}
    {% endfor %}
  </ul>
</div>
<div class='unit size1of2'>
  <ul class='songs'>
    {% for song in contents.songs offset: 4 %}
    {% include 'song' with song %}
    {% endfor %}
  </ul>
</div>
<div id='is_listed' listed='{{ page.listed? }}'></div>
<div id='test_for_scope'>
  {% with_scope _slug: "song-number-3" %}
  {% assign selected_songs = contents.songs.all %}
  {% endwith_scope %}
  {% for s in selected_songs %}
  <p class='scoped_song'>{{ s._label }}</p>
  <p class='scoped_song_link'>
    <a href='{% path_to s %}'>{{ s._label }}</a>
  </p>
  {% endfor %}
  <p class='collection_equality'>{{ contents.songs.all.size }}={{ contents.songs.size }}</p>
</div>
{% endblock %}
fr{% extends parent %}
{% block content %}
{% editable_long_text 'introduction' %}
<p>
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus. Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus dolor tellus id nunc. Quisque mauris diam, tincidunt in commodo sed, feugiat eu nibh. Nulla erat nunc, dapibus vel eleifend et, egestas sed quam. Vestibulum mollis eros at dolor vulputate vel sollicitudin enim convallis. Etiam velit nisi, rutrum vel sagittis facilisis, pretium id lorem.
</p>
{% endeditable_long_text %}
<div class='unit size1of2'>
  <ul class='songs'>
    {% for song in contents.songs limit: 4 offset: 0 %}
    {% include 'song' with song %}
    {% endfor %}
  </ul>
</div>
<div class='unit size1of2'>
  <ul class='songs'>
    {% for song in contents.songs offset: 4 %}
    {% include 'song' with song %}
    {% endfor %}
  </ul>
</div>
<div id='is_listed' listed='{{ page.listed? }}'></div>
<div id='test_for_scope'>
  {% with_scope _slug: "song-number-3" %}
  {% assign selected_songs = contents.songs.all %}
  {% endwith_scope %}
  {% for s in selected_songs %}
  <p class='scoped_song'>{{ s._label }}</p>
  <p class='scoped_song_link'>
    <a href='{% path_to s %}'>{{ s._label }}</a>
  </p>
  {% endfor %}
  <p class='collection_equality'>{{ contents.songs.all.size }}={{ contents.songs.size }}</p>
</div>
{% endblock %}
nb
target_klass_namelocales0en1fr	updated_at;$c	created_at$cfullpath7enmusicfrnotre-musiquenbmusic_idZ4\QOU%ɞparent_ids0Z3QO+depthredirect_urlUen http://www.apple.com/en/itunes/fr http://www.apple.com/fr/itunes/redirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title1enStorefrMagasinnbStoreslug1enstorefrmagasinnbstoreparent_idZ3QO+positionraw_template enfrnb
target_klass_namelocales0en1fr	updated_at%c	created_ats$cfullpath1enstorefrmagasinnbstorep_idZ4\QOU%ɟparent_ids0Z3QO+depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title>enContact UsfrContact UsnbContact Usslug5encontactfrcontactnbcontactparent_idZ3QO+positionraw_template
en	{% extends 'parent' %}
{% block content %}
<div class='text'>
  {% editable_long_text 'text' %}
  <p>
    Ut imperdiet velit eu metus semper tristique. Vivamus risus nisi, tincidunt et euismod a, auctor pretium eros. Vestibulum sed magna et velit pulvinar euismod. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean sed velit quis nisl blandit vulputate id non tortor. Mauris nec placerat massa. Vivamus sed odio non ligula pharetra pretium. Ut convallis, purus et lobortis suscipit, mauris orci ullamcorper lectus, nec vulputate turpis mauris sed augue. Maecenas faucibus ultricies nisl, non ullamcorper justo bibendum nec. Duis vitae mauris condimentum risus commodo mattis vel sed libero. Fusce diam elit, porta id vestibulum ut, aliquet mattis neque.
  </p>
  {% endeditable_long_text %}
</div>
{% if message.errors %}
<div class='text'>
  <p>Form with errors</p>
</div>
{% endif %}
<form action='{{ contents.messages.public_submission_url }}.json' id='contactform' method='post' name='contact'>
  <!-- %input{ type: 'hidden', name: 'success_callback', value: '/events' } -->
  <!-- %input{ type: 'hidden', name: 'error_callback', value: '/contact' } -->
  <input name='some_variable' type='hidden' value='42'>
  <p>
    <label for='name'>Name</label>
    <input id='name' name='content[name]' placeholder='First and last name' required='required' tabindex='1' type='text' value='{{ message.name }}'>
    <span>{{ message.errors.name }}</span>
  </p>
  <p>
    <label for='email'>Email</label>
    <input id='email' name='content[email]' placeholder='example@domain.com' required='required' tabindex='2' type='text' value='{{ message.email }}'>
    <span>{{ message.errors.email }}</span>
  </p>
  <p>
    <label for='comment'>Your Message</label>
    <textarea id='comment' name='content[message]' required='required' tabindex='3'>{{ message.message }}</textarea>
    <span>{{ message.errors.message }}</span>
  </p>
  <p class='action'>
    <input name='submit' tabindex='4' type='submit' value='Send Message'>
  </p>
</form>
<script>
  $(document).ready(function() {
    var form = $('form[name=contact]');
    form.submit(function(e) {
      e.stopPropagation();
      e.preventDefault();
      $.post(form.attr('action'),
        form.serializeArray(),
        function() {
          alert("Thank you ! Your message have been received");
        }, "json").error(function(response) {
          alert("We are sorry but we were unable to treat your message. Please try later.");
        });
    });
  });
</script>
{% endblock %}
frnb
target_klass_namelocales0en	updated_atɈ$c	created_atɈ$cfullpath5encontactfrcontactnbcontact~_idZ4\QOU%ɠparent_ids0Z3QO+depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title6enEventsfrEvenementsnbEventsslug6eneventsfrevenementsnbeventsparent_idZ3QO+positionraw_template en
{% extends parent %}
{% block content %}
{% if message.errors %}
<div class='text'>
  <p>Form with errors</p>
</div>
{% endif %}
<p>Thank you {{ message.name }} !</p>
<p>Some variable: {{ params.some_variable }}</p>
<div class='unit size2of3' id='events'>
  <h2>Upcoming events</h2>
  <ul class='list'>
    {% for event in contents.events %}
    <li>
      <em>{{ event.date | localized_date: '%a, %B %d, %Y' }}</em>
      &nbsp;-&nbsp;
      {{ event.place }}, {{ event.city }}, {{ event.state }}
    </li>
    {% endfor %}
  </ul>
</div>
<div class='unit size1of3' id='sidebar'>
  {% model_form 'messages', id: 'contactform' %}
  <p>
    <label for='name'>Name</label>
    <input id='name' name='content[name]' placeholder='First and last name' required='required' tabindex='1' type='text' value='{{ message.name }}'>
    <span>{{ message.errors.name }}</span>
  </p>
  <p>
    <label for='email'>Email</label>
    <input id='email' name='content[email]' placeholder='example@domain.com' required='required' tabindex='2' type='text' value='{{ message.email }}'>
    <span>{{ message.errors.email }}</span>
  </p>
  <p>
    <label for='comment'>Your Message</label>
    <textarea id='comment' name='content[message]' required='required' tabindex='3'>{{ message.message }}</textarea>
    <span>{{ message.errors.message }}</span>
  </p>
  <p class='action'>
    <input name='submit' tabindex='4' type='submit' value='Send Message'>
  </p>
  {% endmodel_form %}
</div>
<div class='unit size1of3' id='sidebar'>
  {% editable_long_text 'sidebar' %}
  <p>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus. Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus dolor tellus id nunc. Quisque mauris diam, tincidunt in commodo sed, feugiat eu nibh. Nulla erat nunc, dapibus vel eleifend et, egestas sed quam. Vestibulum mollis eros at dolor vulputate vel sollicitudin enim convallis. Etiam velit nisi, rutrum vel sagittis facilisis, pretium id lorem. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque mauris nisl, consequat sed tincidunt nec, lacinia in odio. In hac habitasse platea dictumst. Nam semper libero aliquam turpis gravida vel varius erat vulputate. Integer consequat ipsum vitae augue porttitor ullamcorper. Nam vulputate aliquet ante at gravida. Vestibulum luctus urna et dui hendrerit eu suscipit velit varius. Sed ornare eleifend sem, vitae pharetra dolor sodales egestas. Mauris lobortis hendrerit odio, vitae porttitor urna rutrum at. Ut at lectus erat, nec dictum dolor. Praesent in sapien interdum nibh euismod vestibulum. Vestibulum tincidunt pulvinar accumsan
  </p>
  {% endeditable_long_text %}
  <p>
    <strong>Discover: {% link_to our-music %}</strong>
    <br>
    <strong>More about us: {% link_to about-us %}Who are we ?{% endlink_to %}</strong>
    <br>
    <strong>Plus à notre sujet: {% link_to about-us, locale: fr %}Qui sommes nous ?{% endlink_to %}</strong>
    <br>
    {% assign song = contents.songs.first %}
    <strong>{% link_to song %}</strong>
    <br>
    {% assign another_song = contents.songs.last %}
    <strong>{% link_to another_song, with: a-song-template %}</strong>
  </p>
</div>
{% endblock %}
fr
{% extends parent %}
{% block content %}
{% if message.errors %}
<div class='text'>
  <p>Form with errors</p>
</div>
{% endif %}
<p>Thank you {{ message.name }} !</p>
<p>Some variable: {{ params.some_variable }}</p>
<div class='unit size2of3' id='events'>
  <h2>Upcoming events</h2>
  <ul class='list'>
    {% for event in contents.events %}
    <li>
      <em>{{ event.date | localized_date: '%a, %B %d, %Y' }}</em>
      &nbsp;-&nbsp;
      {{ event.place }}, {{ event.city }}, {{ event.state }}
    </li>
    {% endfor %}
  </ul>
</div>
<div class='unit size1of3' id='sidebar'>
  {% model_form 'messages', id: 'contactform' %}
  <p>
    <label for='name'>Name</label>
    <input id='name' name='content[name]' placeholder='First and last name' required='required' tabindex='1' type='text' value='{{ message.name }}'>
    <span>{{ message.errors.name }}</span>
  </p>
  <p>
    <label for='email'>Email</label>
    <input id='email' name='content[email]' placeholder='example@domain.com' required='required' tabindex='2' type='text' value='{{ message.email }}'>
    <span>{{ message.errors.email }}</span>
  </p>
  <p>
    <label for='comment'>Your Message</label>
    <textarea id='comment' name='content[message]' required='required' tabindex='3'>{{ message.message }}</textarea>
    <span>{{ message.errors.message }}</span>
  </p>
  <p class='action'>
    <input name='submit' tabindex='4' type='submit' value='Send Message'>
  </p>
  {% endmodel_form %}
</div>
<div class='unit size1of3' id='sidebar'>
  {% editable_long_text 'sidebar' %}
  <p>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae tincidunt urna. Nunc felis purus, ultricies et venenatis bibendum, fringilla eu lectus. Sed cursus, sem at blandit mattis, libero quam egestas tortor, eget cursus dolor tellus id nunc. Quisque mauris diam, tincidunt in commodo sed, feugiat eu nibh. Nulla erat nunc, dapibus vel eleifend et, egestas sed quam. Vestibulum mollis eros at dolor vulputate vel sollicitudin enim convallis. Etiam velit nisi, rutrum vel sagittis facilisis, pretium id lorem. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque mauris nisl, consequat sed tincidunt nec, lacinia in odio. In hac habitasse platea dictumst. Nam semper libero aliquam turpis gravida vel varius erat vulputate. Integer consequat ipsum vitae augue porttitor ullamcorper. Nam vulputate aliquet ante at gravida. Vestibulum luctus urna et dui hendrerit eu suscipit velit varius. Sed ornare eleifend sem, vitae pharetra dolor sodales egestas. Mauris lobortis hendrerit odio, vitae porttitor urna rutrum at. Ut at lectus erat, nec dictum dolor. Praesent in sapien interdum nibh euismod vestibulum. Vestibulum tincidunt pulvinar accumsan
  </p>
  {% endeditable_long_text %}
  <p>
    <strong>Discover: {% link_to our-music %}</strong>
    <br>
    <strong>More about us: {% link_to about-us %}Who are we ?{% endlink_to %}</strong>
    <br>
    <strong>Plus à notre sujet: {% link_to about-us, locale: fr %}Qui sommes nous ?{% endlink_to %}</strong>
    <br>
    {% assign song = contents.songs.first %}
    <strong>{% link_to song %}</strong>
    <br>
    {% assign another_song = contents.songs.last %}
    <strong>{% link_to another_song, with: a-song-template %}</strong>
  </p>
</div>
{% endblock %}
nb
target_klass_namelocales0en1fr	updated_at'$c	created_at$cfullpath6eneventsfrevenementsnbevents:_idZ4\QOU%ɡparent_ids0Z3QO+depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title>enBasic pagefrBasic pagenbBasic pageslug/enbasicfrbasicnbbasicparent_idZ3QO+positionraw_templateen<!DOCTYPE html>
<html lang='en'>
  <head>
    <meta charset='utf-8'>
    <title>{{ page.title }}</title>
  </head>
  <body>
    <p>
      This is a basic page
    </p>
    <ul>
      <li>Color scheme={{ site.metafields.theme.color_scheme }}</li>
      <li>Facebook ID={{ site.metafields.social.facebook_id }}</li>
      <li>Google ID={{ site.metafields.social.google_id }}</li>
      <li>API URL={{ site.metafields.github.api_url }}</li>
      <li>Expires In={{ site.metafields.github.expires_in }}</li>
    </ul>
    <ul>
      {% for property in site.metafields.social %}
      <li class='property'>{{ property.label }}({{ property.name }})={{ property.value }}</li>
      {% endfor %}
    </ul>
  </body>
</html>
frnb
target_klass_namelocales0en	updated_at]$c	created_at]$cfullpath/enbasicfrbasicnbbasic_idZ4\QOU%ɢparent_ids0Z3QO+depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+titlePenA sample contestfrA sample contestnbA sample contestslug5encontestfrcontestnbcontestparent_idZ3QO+positionraw_templateGen({% extends 'parent' %}
{% block content %}
<h1>Contest sample</h1>
{% if session.already_participated %}
<p>You've already participated to that contest ! Come back later.</p>
{% else %}
<p>Your code is: HELLO WORLD</p>
{% session_assign already_participated = true %}
{% endif %}
{% endblock %}
frnb
target_klass_namelocales0en	updated_at$c	created_at$cfullpath5encontestfrcontestnbcontesti_idZ4\QOU%ɣparent_ids0Z3QO+depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+titleen#Various uses of the with_scope tagfr#Various uses of the with_scope tagnb#Various uses of the with_scope tagslug8en	filteredfr	filterednb	filteredparent_idZ3QO+positionraw_templateen{% assign begin_date  = '2012-06-01 00:00:00' | parse_date_time %}
{% assign end_date    = '2012-06-10 23:59:59' | parse_date_time %}
{% assign prices      = '5.0,5.5' | split: ',' | map: 'to_f' %}
{% with_scope date.gte: begin_date, date.lte: end_date, city: /Kansas/, state.ne: 'Illinois', tags: 'awesome', tags.nin: 'bad', price.in: prices, order_by: 'price.desc' %}
events={{ contents.events.count }}.
{% endwith_scope %}
{% with_scope tags.in: 'awesome', order_by: 'price.desc' %}
first event={{ contents.events.first.place }}.
{% endwith_scope %}
{% assign featured = false %}
{% with_scope featured: featured %}
bands={{ contents.bands.count }}.
{% endwith_scope %}
frnb
target_klass_namelocales0en	updated_at$c	created_at$cfullpath8en	filteredfr	filterednb	filtered_idZ4\QOU%ɤparent_ids0Z3QO+depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+titleJenGrunge leadersfrGrunge leadersnbGrunge leadersslugDen
grunge-bandsfr
grunge-bandsnb
grunge-bandsparent_idZ3QO+position	raw_templateenu{% with_scope kind: "grunge" %}
{% for band in contents.bands %}
{{ band.leader }}
{% endfor %}
{% endwith_scope %}
frnb
target_klass_namelocales0en	updated_at$c	created_at$cfullpathDen
grunge-bandsfr
grunge-bandsnb
grunge-bandsV_idZ4\QOU%ɥparent_ids0Z3QO+depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title,enTagsfrTagsnbTagsslug,entagsfrtagsnbtagsparent_idZ3QO+position
raw_template enfrnb
target_klass_namelocales0en	updated_at%c	created_at$$cfullpath,entagsfrtagsnbtags<_idZ4\QOU%ɦparent_ids0Z3QO+depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+titleJenUnlisted pagesfrUnlisted pagesnbUnlisted pagesslugJenunlisted-pagesfrunlisted-pagesnbunlisted-pagesparent_idZ3QO+positionraw_templateen<ul>
  {% with_scope listed: false %}
  {% for page in site.pages %}
  <li>{{ page.title }}</li>
  {% endfor %}
  {% endwith_scope %}
</ul>
frnb
target_klass_namelocales0en	updated_atU$c	created_atU$cfullpathJenunlisted-pagesfrunlisted-pagesnbunlisted-pagesz_idZ4\QOU%ɧparent_ids0Z3QO+depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title8en	Archivesfr	Archivesnb	Archivesslug8en	archivesfr	archivesnb	archivesparent_idZ3QO+position
raw_template enfrnb
target_klass_namelocales0en	updated_atJ%c	created_at$cfullpath8en	archivesfr	archivesnb	archives_idZ4\QOU%ɨparent_ids0Z3QO+depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title5enAccountfrAccountnbAccountslug5enaccountfraccountnbaccountparent_idZ3QO+positioncraw_template4en{% extends parent %}frnb
target_klass_namelocales0en	updated_at$c	created_at$cfullpath5enaccountfraccountnbaccountJ_idZ4\QOU%ɩparent_ids0Z3QO+depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+titleGenAll the pagesfrAll the pagesnbAll the pagesslug)enallfrallnballparent_idZ3QO+positioncraw_templateen{% extends parent %}
{% block content %}
<ul>
{% for page in site.pages %}
<li>{{ page.title }}</li>
{% endfor %}
</ul>
<!-- TEST -->{{ site.index.children | map: 'title' | sort | join: " - " }}<!-- TEST -->
{% endblock %}
frnb
target_klass_namelocales0en	updated_at$c	created_at$cfullpath)enallfrallnballs_idZ4\QOU%ɪparent_ids0Z3QO+depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title/enSongsfrSongsnbSongsslug/ensongsfrsongsnbsongsparent_idZ3QO+positioncraw_template4en{% extends parent %}frnb
target_klass_namelocales0en	updated_at$c	created_at$cfullpath/ensongsfrsongsnbsongs|_idZ4\QOU%ɫparent_ids0Z3QO+depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title2enEmailsfrEmailsnbEmailsslug2enemailsfremailsnbemailsparent_idZ3QO+positioncraw_template4en{% extends parent %}frnb
target_klass_namelocales0en	updated_atO$c	created_atO$cfullpath2enemailsfremailsnbemails_idZ4]QOU%ɬparent_ids0Z3QO+depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title5enLayoutsfrLayoutsnbLayoutsslug5enlayoutsfrlayoutsnblayoutsparent_idZ3QO+positioncraw_template4en{% extends parent %}frnb
target_klass_namelocales0en	updated_at$c	created_at$cfullpath5enlayoutsfrlayoutsnblayouts_idZ4]QOU%ɭparent_ids#0Z3QO+1Z4[QOU%ɚdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title=en	John doefrJean Personnenb	John doeslug=en	john-doefrjean-personnenb	john-doeparent_idZ4[QOU%ɚpositionraw_template{en({% for %} <!-- Liquid syntax error -->
fr5{% action "fake action" %}
foo(32);
{% endaction %}
nb
target_klass_namelocales0en1fr	updated_at݋$c	created_at$cfullpath[enabout-us/john-doefra-notre-sujet/jean-personnenbom-oss/john-doe_idZ4]QOU%ɮparent_ids#0Z3QO+1Z4\QOU%ɪdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title,enSongfrSongnbSongslugGensong-number-1frsong-number-1nbsong-number-1parent_idZ4\QOU%ɪpositionraw_template0enanother version
frnb
target_klass_namelocales0en	updated_at$c	created_at$cfullpathYensongs/song-number-1frsongs/song-number-1nbsongs/song-number-1_idZ4]QOU%ɯparent_ids#0Z3QO+1Z4[QOU%ɚdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title8en	Jane doefr	Jane doenb	Jane doeslug8en	jane-doefr	jane-doenb	jane-doeparent_idZ4[QOU%ɚpositionraw_template5en{% extends parent %}
frnb
target_klass_namelocales0en	updated_at:$c	created_at:$cfullpathVenabout-us/jane-doefra-notre-sujet/jane-doenbom-oss/jane-doeE_idZ4]QOU%ɰparent_ids#0Z3QO+1Z4\QOU%ɨdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title\enChange your passwordfrChange your passwordnbChange your passwordslugJenreset-passwordfrreset-passwordnbreset-passwordhandlereset_passwordparent_idZ4\QOU%ɨpositioncraw_templateaenB{% extends 'index' %}

{% block content %}

<h2>Change your password</h2>

{% if current_account %}
  You're already authenticated!
{% else %}
  <form action="{% path_to 'reset_password' %}" method="POST">
    <input type="hidden" name="auth_action" value="reset_password" />
    <input type="hidden" name="auth_content_type" value="accounts" />
    <input type="hidden" name="auth_password_field" value="email" />
    <input type="hidden" name="auth_reset_token" value="{{ params.token }}" />
    <input type="hidden" name="auth_callback" value="{% path_to me %}" />

    {% if auth_invalid_token %}
      {{ auth_invalid_token | translate }}
    {% endif %}

    {% if auth_password_too_short %}
      {{ auth_password_too_short | translate }}
    {% endif %}

    <div class="form-group">
      <label for="auth-password">Your new password</label>
      <input type="password" class="form-control" id="auth-password" placeholder="Password" name="auth_password">
    </div>

    <button type="submit" class="btn btn-default">Submit</button>
  </form>

{% endif %}
</div>

{% endblock %}
frnb
target_klass_namelocales0en	updated_atl$c	created_atl$cfullpathbenaccount/reset-passwordfraccount/reset-passwordnbaccount/reset-password	_idZ4]QOU%ɱparent_ids#0Z3QO+1Z4\QOU%ɨdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title5enSign upfrSign upnbSign upslug5ensign-upfrsign-upnbsign-uphandlesign_upparent_idZ4\QOU%ɨpositioncraw_templatelenM{% extends 'index' %}

{% block content %}

<h1>Sign up</h1>

{% if current_account %}
  <div class="alert alert-warning">
    You're already authenticated!
  </div>
{% else %}

  <form action="{% path_to 'sign_up' %}" method="POST">
    <input type="hidden" name="auth_action" value="sign_up" />
    <input type="hidden" name="auth_content_type" value="accounts" />
    <input type="hidden" name="auth_id_field" value="email" />
    <input type="hidden" name="auth_password_field" value="password" />
    <input type="hidden" name="auth_callback" value="{% path_to sign_in %}" />

    <div class="form-group">
      <label for="auth-name">Your name</label>
      <input type="text" name="auth_entry[name]" class="form-control" id="auth-name" placeholder="Name">
    </div>
    <div class="form-group">
      <label for="auth-email">Your E-mail</label>
      <input type="email" name="auth_entry[email]" class="form-control" id="auth-email" placeholder="Email">
    </div>
    <div class="form-group">
      <label for="auth-password">Password</label>
      {% if auth_entry.errors.password.size > 0 %}
      <span class="inline-error">{{ auth_entry.errors.password.first }}</span>
      {% endif %}
      <input type="password" name="auth_entry[password]" class="form-control" id="auth-password" placeholder="Password">
    </div>
    <div class="form-group">
      <label for="auth-password">Password confirmation</label>
      {% if auth_entry.errors.password_confirmation.size > 0 %}
      <span class="inline-error">{{ auth_entry.errors.password_confirmation.first }}</span>
      {% endif %}
      <input type="password" name="auth_entry[password_confirmation]" class="form-control" id="auth-password" placeholder="Password confirmation">
    </div>
    <button type="submit" class="btn btn-default">Create account</button>
  </form>
{% endif %}

{% endblock %}
frnb
target_klass_namelocales0en	updated_at$c	created_at$cfullpathMenaccount/sign-upfraccount/sign-upnbaccount/sign-up_idZ4]QOU%ɲparent_ids#0Z3QO+1Z4\QOU%ɨdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+titleMenForgot passwordfrForgot passwordnbForgot passwordslugMenforgot-passwordfrforgot-passwordnbforgot-passwordhandleforgot_passwordparent_idZ4\QOU%ɨpositioncraw_template4en{% extends 'index' %}

{% block content %}

<h1>Forgot your password</h1>

{% if current_account %}
  <div class="alert alert-warning">
    You're already authenticated!
  </div>
{% else %}
  {% if auth_reset_password_instructions_sent %}
    {{ auth_reset_password_instructions_sent | translate }}
  {% else %}
    <form action="{% path_to 'forgot_password' %}" method="POST">
      <input type="hidden" name="auth_action" value="forgot_password" />
      <input type="hidden" name="auth_content_type" value="accounts" />
      <input type="hidden" name="auth_id_field" value="email" />
      <input type="hidden" name="auth_callback" value="{% path_to sign_in %}" />

      {% if auth_wrong_email %}
        {{ auth_wrong_email | translate }}
      {% endif %}

      <label for="auth-email">Your E-mail</label>
      <input type="email" id="auth-email" placeholder="Email" name="auth_id" value="{{ params.auth_id }}">

      <button type="submit" class="btn btn-default">Submit</button>
    </form>
  {% endif %}
{% endif %}

{% endblock %}
frnb
target_klass_namelocales0en	updated_atЌ$c	created_atЌ$cfullpatheenaccount/forgot-passwordfraccount/forgot-passwordnbaccount/forgot-passwordD_idZ4]QOU%ɳparent_ids#0Z3QO+1Z4\QOU%ɨdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+titleMenAccount profilefrAccount profilenbAccount profileslug&enmefrmenbmehandlemeparent_idZ4\QOU%ɨpositioncraw_templateen{% extends 'index' %}

{% block content %}

{% if current_account %}
  <p>My name is {{ current_account.name }} and I'm logged in!</p>
{% endif %}

{% endblock %}
frnb
target_klass_namelocales0en	updated_at$c	created_at$cfullpath>enaccount/mefraccount/menbaccount/meB_idZ4]QOU%ɴparent_ids#0Z3QO+1Z4\QOU%ɪdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+titleWenA song templatefrLe template d'une chansonnbA song templateslug_encontent_type_templatefrcontent_type_templatenbcontent_type_templatehandlea-song-templateparent_idZ4\QOU%ɪpositioncraw_templateeni{% extends 'index' %}
{% block content %}
<h3>{{ song.title }}</h3>
<p>{{ song.short_description }}</p>
<div id='is_templatized' templatized='{{ page.templatized? }}'></div>
<div content_type_size='{{ page.content_type.size }}' id='content_type_size'></div>
<div content_type_count='{{ page.content_type.count }}' id='content_type_count'></div>
{% endblock %}
frn{% extends 'index' %}
{% block content %}
<h3>{{ song.title }} [FR]</h3>
<p>{{ song.short_description }}</p>
<div id='is_templatized' templatized='{{ page.templatized? }}'></div>
<div content_type_size='{{ page.content_type.size }}' id='content_type_size'></div>
<div content_type_count='{{ page.content_type.count }}' id='content_type_count'></div>
{% endblock %}
nbtarget_klass_name1Locomotive::ContentEntry5ae73456e051bb4f5525c8d8locales#0en1fr2nb	updated_at$c	created_at;$cfullpathqensongs/content_type_templatefrsongs/content_type_templatenbsongs/content_type_template_idZ4]QOU%ɵparent_ids#0Z3QO+1Z4\QOU%ɧdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+titleDen
News archivefr
News archivenb
News archiveslug,ennewsfrnewsnbnewsparent_idZ4\QOU%ɧpositioncraw_template~en_{% extends parent %}
{% block content %}
<p>News Archives. Lorem ipsum....</p>
{% endblock %}
frnb
target_klass_namelocales0en	updated_atȍ$c	created_atȍ$cfullpathGenarchives/newsfrarchives/newsnbarchives/news_idZ4]QOU%ɶparent_ids#0Z3QO+1Z4\QOU%ɫdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+titleqenReset password instructionsfrReset password instructionsnbReset password instructionsslugJenreset-passwordfrreset-passwordnbreset-passwordhandlereset_password_instructionsparent_idZ4\QOU%ɫpositioncraw_templateenHello {{ account.name }},

To reset your password please follow the link below:

{{ reset_password_url }}

If you need help or have any questions, please visit https://www.locomotivecms.com
Thanks!
Locomotive
frnb
target_klass_namelocales0en	updated_at$c	created_at$cfullpath_enemails/reset-passwordfremails/reset-passwordnbemails/reset-password_idZ4]QOU%ɷparent_ids#0Z3QO+1Z4\QOU%ɨdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title5enSign infrSign innbSign inslug5ensign-infrsign-innbsign-inhandlesign_inparent_idZ4\QOU%ɨpositioncraw_template'en{% extends 'index' %}

{% block content %}

<h1>Sign in</h1>

{% if current_account %}
  <div class="alert alert-warning">
    You're already authenticated!
  </div>
{% else %}

  <form action="{% path_to 'sign_in' %}" method="POST">
    <input type="hidden" name="auth" value="sign_in" />
    <input type="hidden" name="auth_content_type" value="accounts" />
    <input type="hidden" name="auth_id_field" value="email" />
    <input type="hidden" name="auth_password_field" value="password" />

    {% if auth_signed_out %}
      <div class="alert alert-info">
        {{ auth_signed_out | translate }}
      </div>
    {% endif %}

    {% if auth_wrong_credentials %}
      <div class="alert alert-warning">
        {{ auth_wrong_credentials | translate }}
      </div>
    {% endif %}

    <div class="form-group">
      <label for="auth-email">Your E-mail</label>
      <input type="email" name="auth_id" class="form-control" id="auth-email" placeholder="Email">
    </div>
    <div class="form-group">
      <label for="auth-password">Password</label>
      <input type="password" name="auth_password" class="form-control" id="auth-password" placeholder="Password">
    </div>
    <button type="submit" class="btn btn-default">Sign in</button>
  </form>
{% endif %}

{% endblock %}
frnb
target_klass_namelocales0en	updated_at.$c	created_at.$cfullpathMenaccount/sign-infraccount/sign-innbaccount/sign-inf_idZ4]QOU%ɸparent_ids#0Z3QO+1Z4]QOU%ɬdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+titleGenSimple layoutfrSimple layoutnbSimple layoutslug2ensimplefrsimplenbsimpleparent_idZ4]QOU%ɬpositioncraw_templateen<html>
  <head>
    <title>{{ page. title }}</title>
  </head>
  <body>
    {% editable_text body %}
    <h1>Hello world</h1>
    <p>Lorem ipsum</p>
    {% endeditable_text %}
  </body>
</html>
frnb
target_klass_namelocales0en	updated_at_$c	created_at_$cfullpathJenlayouts/simplefrlayouts/simplenblayouts/simple_idZ4]QOU%ɹparent_ids#0Z3QO+1Z4\QOU%ɥdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+titlehenPage to test the nav tagfrPage to test the nav tagnbPage to test the nav tagslug)ennavfrnavnbnavparent_idZ4\QOU%ɥpositioncraw_template]en>{% nav site %}
{% nav site, snippet: "-{{ page.title }}-" %}
frnb
target_klass_namelocales0en	updated_at$c	created_at$cfullpath8en	tags/navfr	tags/navnb	tags/nav+_idZ4]QOU%ɺparent_ids#0Z3QO+1Z4\QOU%ɥdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+titleen+Page to test the nav tag with a high depthfr+Page to test the nav tag with a high depthnb+Page to test the nav tag with a high depthslugAennav-in-deepfrnav-in-deepnbnav-in-deepparent_idZ4\QOU%ɥpositioncraw_template;en{% nav 'site', depth: 2 %}
frnb
target_klass_namelocales0en	updated_atĎ$c	created_atĎ$cfullpathPentags/nav-in-deepfrtags/nav-in-deepnbtags/nav-in-deeph_idZ4]QOU%ɻparent_ids20Z3QO+1Z4\QOU%ɪ2Z4]QOU%ɴdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idZ3QO+title,enBandfrBandnbBandslug,enbandfrbandnbbandparent_idZ4]QOU%ɴpositioncraw_templateenl{% extends parent %}
{% block content %}
<h3>{{ song.title }}</h3>
<h4>Leader: {{ song.band.leader }}</h4>
<div id='is_templatized' templatized='{{ page.templatized? }}'></div>
<div content_type_size='{{ page.content_type.size }}' id='content_type_size'></div>
<div content_type_count='{{ page.content_type.count }}' id='content_type_count'></div>
{% endblock %}
frnbtarget_klass_name1Locomotive::ContentEntry5ae73456e051bb4f5525c8d8locales0en	updated_at$c	created_at$cfullpathen!songs/content_type_template/bandfr!songs/content_type_template/bandnb!songs/content_type_template/band