Clone
locomotive_pages.bson
`_idX)dCYGAdparent_idsdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlpublishedis_layoutallow_layouttemplatizedtemplatized_from_parentredirectsite_idX)dCYGAdslugenindextitle.en
Home pagefrPage d'accueilraw_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/5829ff6487f64359474164a1/assets/582a040687f6435ac1d8ad68/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/5829ff6487f64359474164a1/assets/582a040687f6435ac1d8ad68/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_atQdX	created_at0
dXfullpath/enindexfrindexnbindex_idX)dCYGAdparent_idsdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlpublishedis_layoutallow_layouttemplatizedtemplatized_from_parentredirectsite_idX)dCYGAdslugen404title6enPage not foundfrPage non trouvéeraw_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_atdX	created_at?
dXfullpath)en404fr404nb404_idX*CZحiparent_ids0X)dCYGAddepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitle;en	About UsfrA notre sujetnbOm ossslug;en	about-usfra-notre-sujetnbom-osshandle	about-usparent_idX)dCYGAdpositionraw_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_atcdX	created_atǹdXfullpath;en	about-usfra-notre-sujetnbom-osseditable_elementsO0_idX*CZحjprioritylocales_typeLocomotive::EditableFileblockbannerslugpage_imagefixeddisabled
enfrom_parentsource+enphoto_2.jpgfr
photo.jpg	updated_atdX	created_atƹdX1B_idX*CZحkprioritylocales_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_atdX	created_atǹdX_idX*CZحlparent_ids0X)dCYGAddepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitle)enMusicfrNotre musiqueslug7enmusicfrnotre-musiquenbmusichandle
our-musicparent_idX)dCYGAdpositionraw_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_atdX	created_atdXfullpath7enmusicfrnotre-musiquenbmusic_idX*CZحmparent_ids0X)dCYGAddepthredirect_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_idX)dCYGAdtitle#enStorefrMagasinslug1enstorefrmagasinnbstoreparent_idX)dCYGAdpositionraw_template4en{% extends parent %}frnb
target_klass_namelocales0en1fr	updated_atqdX	created_at)dXfullpath1enstorefrmagasinnbstoreJ_idX*CZحnparent_ids0X)dCYGAddepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleenContact Usslug5encontactfrcontactnbcontactparent_idX)dCYGAdpositionraw_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_atdX	created_atdXfullpath5encontactfrcontactnbcontacto_idX*CZحoparent_ids0X)dCYGAddepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitle'enEventsfrEvenementsslug6eneventsfrevenementsnbeventsparent_idX)dCYGAdpositionraw_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_atSdX	created_at
dXfullpath6eneventsfrevenementsnbevents_idX*CZحpparent_ids0X)dCYGAddepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleenBasic pageslug/enbasicfrbasicnbbasicparent_idX)dCYGAdpositionraw_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_atdX	created_atdXfullpath/enbasicfrbasicnbbasic_idX*CZحqparent_ids0X)dCYGAddepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleenA sample contestslug5encontestfrcontestnbcontestparent_idX)dCYGAdpositionraw_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_atdX	created_atdXfullpath5encontestfrcontestnbcontest_idX*CZحrparent_ids0X)dCYGAddepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitle0en#Various uses of the with_scope tagslug8en	filteredfr	filterednb	filteredparent_idX)dCYGAdpositionraw_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<dX	created_at<dXfullpath8en	filteredfr	filterednb	filtered_idX*CZحsparent_ids0X)dCYGAddepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleenGrunge leadersslugDen
grunge-bandsfr
grunge-bandsnb
grunge-bandsparent_idX)dCYGAdposition	raw_templateenu{% with_scope kind: "grunge" %}
{% for band in contents.bands %}
{{ band.leader }}
{% endfor %}
{% endwith_scope %}
frnb
target_klass_namelocales0en	updated_atdX	created_atdXfullpathDen
grunge-bandsfr
grunge-bandsnb
grunge-bandsP_idX*CZحtparent_ids0X)dCYGAddepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleenTagsslug,entagsfrtagsnbtagsparent_idX)dCYGAdposition
raw_template4en{% extends parent %}frnb
target_klass_namelocales0en	updated_atýdX	created_atýdXfullpath,entagsfrtagsnbtags_idX*CZحuparent_ids0X)dCYGAddepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleenUnlisted pagesslugJenunlisted-pagesfrunlisted-pagesnbunlisted-pagesparent_idX)dCYGAdpositionraw_templateen<ul>
  {% with_scope listed: false %}
  {% for page in site.pages %}
  <li>{{ page.title }}</li>
  {% endfor %}
  {% endwith_scope %}
</ul>
frnb
target_klass_namelocales0en	updated_atdX	created_atdXfullpathJenunlisted-pagesfrunlisted-pagesnbunlisted-pagesl_idX*CZحvparent_ids0X)dCYGAddepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleen	Archivesslug8en	archivesfr	archivesnb	archivesparent_idX)dCYGAdposition
raw_template4en{% extends parent %}frnb
target_klass_namelocales0en	updated_atHdX	created_atHdXfullpath8en	archivesfr	archivesnb	archives^_idX*CZحwparent_ids0X)dCYGAddepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleenEmailsslug2enemailsfremailsnbemailsparent_idX)dCYGAdpositioncraw_template4en{% extends parent %}frnb
target_klass_namelocales0en	updated_atdX	created_atdXfullpath2enemailsfremailsnbemails_idX*CZحxparent_ids0X)dCYGAddepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleenAll the pagesslug)enallfrallnballparent_idX)dCYGAdpositioncraw_templateen{% extends parent %}
{% block content %}
<ul>
{% for page in site.pages %}
<li>{{ page.title }}</li>
{% endfor %}
</ul>
<!-- TEST -->{{ site.index.children | map: 'title' | join: " - " }}<!-- TEST -->
{% endblock %}
frnb
target_klass_namelocales0en	updated_at׾dX	created_at׾dXfullpath)enallfrallnballe_idX*CZحyparent_ids0X)dCYGAddepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleenLayoutsslug5enlayoutsfrlayoutsnblayoutsparent_idX)dCYGAdpositioncraw_template4en{% extends parent %}frnb
target_klass_namelocales0en	updated_atdX	created_atdXfullpath5enlayoutsfrlayoutsnblayoutse_idX*CZحzparent_ids0X)dCYGAddepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleenAccountslug5enaccountfraccountnbaccountparent_idX)dCYGAdpositioncraw_template4en{% extends parent %}frnb
target_klass_namelocales0en	updated_atdX	created_atdXfullpath5enaccountfraccountnbaccountW_idX*	CZح{parent_ids0X)dCYGAddepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleenSongsslug/ensongsfrsongsnbsongsparent_idX)dCYGAdpositioncraw_template4en{% extends parent %}frnb
target_klass_namelocales0en	updated_atMdX	created_atMdXfullpath/ensongsfrsongsnbsongs_idX*	CZح|parent_ids#0X)dCYGAd1X*	CZح{depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleenSongslugGensong-number-1frsong-number-1nbsong-number-1parent_idX*	CZح{positionraw_template0enanother version
frnb
target_klass_namelocales0en	updated_atdX	created_atdXfullpathYensongs/song-number-1frsongs/song-number-1nbsongs/song-number-1_idX*	CZح}parent_ids#0X)dCYGAd1X*CZحidepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitle,en	John doefrJean Personneslug=en	john-doefrjean-personnenb	john-doeparent_idX*CZحipositionraw_templateJen{% extends parent %}
fr{% extends parent %}
nb
target_klass_namelocales0en1fr	updated_atdX	created_atdXfullpath[enabout-us/john-doefra-notre-sujet/jean-personnenbom-oss/john-doe_idX*	CZح~parent_ids#0X)dCYGAd1X*CZحidepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleen	Jane doeslug8en	jane-doefr	jane-doenb	jane-doeparent_idX*CZحipositionraw_template5en{% extends parent %}
frnb
target_klass_namelocales0en	updated_at\dX	created_at\dXfullpathVenabout-us/jane-doefra-notre-sujet/jane-doenbom-oss/jane-doe_idX*	CZحparent_ids#0X)dCYGAd1X*CZحtdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitle8en+Page to test the nav tag with a high depthslugAennav-in-deepfrnav-in-deepnbnav-in-deepparent_idX*CZحtpositioncraw_template;en{% nav 'site', depth: 2 %}
frnb
target_klass_namelocales0en	updated_atdX	created_atdXfullpathPentags/nav-in-deepfrtags/nav-in-deepnbtags/nav-in-deep*_idX*	CZحparent_ids#0X)dCYGAd1X*	CZح{depthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitle?enA song templatefrLe template d'une chansonslug_encontent_type_templatefrcontent_type_templatenbcontent_type_templatehandlea-song-templateparent_idX*	CZح{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::ContentEntry5829ff9e87f6435971756863locales#0en1fr2nb	updated_atdX	created_atdXfullpathqensongs/content_type_templatefrsongs/content_type_templatenbsongs/content_type_template_idX*	CZحparent_ids#0X)dCYGAd1X*CZحzdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleenForgot passwordslugMenforgot-passwordfrforgot-passwordnbforgot-passwordhandleforgot_passwordparent_idX*CZحzpositioncraw_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_atdX	created_atdXfullpatheenaccount/forgot-passwordfraccount/forgot-passwordnbaccount/forgot-password_idX*	CZحparent_ids#0X)dCYGAd1X*CZحtdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitle&enPage to test the nav tagslug)ennavfrnavnbnavparent_idX*CZحtpositioncraw_template]en>{% nav site %}
{% nav site, snippet: "-{{ page.title }}-" %}
frnb
target_klass_namelocales0en	updated_atUdX	created_atUdXfullpath8en	tags/navfr	tags/navnb	tags/nav:_idX*	CZحparent_ids#0X)dCYGAd1X*CZحydepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleenSimple layoutslug2ensimplefrsimplenbsimpleparent_idX*CZحypositioncraw_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_atdX	created_atdXfullpathJenlayouts/simplefrlayouts/simplenblayouts/simple_idX*	CZحparent_ids#0X)dCYGAd1X*CZحzdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleenAccount profileslug&enmefrmenbmehandlemeparent_idX*CZحzpositioncraw_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_atdX	created_atdXfullpath>enaccount/mefraccount/menbaccount/me_idX*
CZحparent_ids#0X)dCYGAd1X*CZحvdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleen
News archiveslug,ennewsfrnewsnbnewsparent_idX*CZحvpositioncraw_template~en_{% extends parent %}
{% block content %}
<p>News Archives. Lorem ipsum....</p>
{% endblock %}
frnb
target_klass_namelocales0en	updated_at>dX	created_at>dXfullpathGenarchives/newsfrarchives/newsnbarchives/news_idX*
CZحparent_ids#0X)dCYGAd1X*CZحwdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitle)enReset password instructionsslugJenreset-passwordfrreset-passwordnbreset-passwordhandlereset_password_instructionsparent_idX*CZحwpositioncraw_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_atdX	created_atdXfullpath_enemails/reset-passwordfremails/reset-passwordnbemails/reset-password_idX*
CZحparent_ids#0X)dCYGAd1X*CZحzdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleenSign inslug5ensign-infrsign-innbsign-inhandlesign_inparent_idX*CZحzpositioncraw_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_atdX	created_atdXfullpathMenaccount/sign-infraccount/sign-innbaccount/sign-in_idX*
CZحparent_ids#0X)dCYGAd1X*CZحzdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitle"enChange your passwordslugJenreset-passwordfrreset-passwordnbreset-passwordhandlereset_passwordparent_idX*CZحzpositioncraw_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_atdX	created_atdXfullpathbenaccount/reset-passwordfraccount/reset-passwordnbaccount/reset-passwordN_idX*
CZحparent_ids20X)dCYGAd1X*	CZح{2X*	CZحdepthredirect_urlenredirect_type-listedcache_enabledresponse_type
text/htmlis_layoutallow_layouttemplatizedtemplatized_from_parentredirectpublishedsite_idX)dCYGAdtitleenBandslug,enbandfrbandnbbandparent_idX*	CZح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::ContentEntry5829ff9e87f6435971756863locales0en	updated_atydX	created_atydXfullpathen!songs/content_type_template/bandfr!songs/content_type_template/bandnb!songs/content_type_template/band