+ {% include blue-hero.html %} + +
+
+ {% include sidebar.html %} + +
+ {% if page.title %}{% endif %} + {% if page.excerpt %}{% endif %} + {% if page.date %}{% endif %} + {% if page.modified %}{% endif %} + +
+
+ {% if page.main-content.includes %} + {% for child in page.main-content.includes %} + {% capture my_include %}{% include {{child}} %}{% endcapture %} + {{ my_include | markdownify }} + {% endfor %} + {% else %} + {{ page.main-content | replace: '<% BASEURL %>', site.baseurl | replace: '<% SITEURL %>', site.url | markdownify }} + {% endif %} +
+ + {% if page.didnt-push %} +
+ No hice push +
+ {% if page.didnt-push.includes %} + {% for child in page.didnt-push.includes %} + {% capture my_include %}{% include {{child}} %}{% endcapture %} + {{ my_include | markdownify }} + {% endfor %} + {% else %} + {{ page.didnt-push | markdownify }} + {% endif %} +
+ {% endif %} + + {% if page.pushed %} +
+ Hice push +
+ {% if page.pushed.includes %} + {% for child in page.pushed.includes %} + {% capture my_include %}{% include {{child}} %}{% endcapture %} + {{ my_include | markdownify }} + {% endfor %} + {% else %} + {{ page.pushed | markdownify }} + {% endif %} +
+ {% endif %} + + {% if page.refresh %} +
+ Necesito un recordatorio + {% if page.refresh.includes %} + {% for child in page.refresh.includes %} + {% capture my_include %}{% include {{child}} %}{% endcapture %} +
+ {{ my_include | markdownify }} + {% endfor %} + {% else %} +
+ {{ page.refresh | markdownify }} + {% endif %} +
+ {% endif %} + + {% if page.show-me-how %} +
+ Enséñame cómo + {% if page.show-me-how.includes %} + {% for child in page.show-me-how.includes %} + {% capture my_include %}{% include {{child}} %}{% endcapture %} +
+ {{ my_include | markdownify }} + {% endfor %} + {% else %} +
+ gif of the activities from this page + {% endif %} +
+ {% endif %} + + {% if page.troubleshooting %} +
+ Ayúdame a resolver + {% if page.troubleshooting.includes %} + {% for child in page.troubleshooting.includes %} + {% capture my_include %}{% include {{child}} %}{% endcapture %} +
+ {{ my_include | markdownify }} + {% endfor %} + {% else %} +
+ {{ page.troubleshooting | markdownify }} + {% endif %} +
+ {% endif %} + + {% if page.tell-me-why %} +
+ Dime por qué +
+ {% if page.tell-me-why.includes %} + {% for child in page.tell-me-why.includes %} + {% capture my_include %}{% include {{child}} %}{% endcapture %} + {{ my_include | markdownify }} + {% endfor %} + {% else %} + {{ page.tell-me-why | markdownify }} + {% endif %} +
+ {% endif %} + +
+ ¿Atascado? Abre un tema (issue) en el repositorio para esta clase y menciona a @githubteacher para obtener ayuda de uno de los instructores de GitHub. +
+ + {% if page.next-page %} + Continuar + {% endif %} + {{ content }} + {% if page.link %}{% endif %} + +
+ +
+ {% if site.data.ui-text[site.locale].meta_label %} +

{{ site.data.ui-text[site.locale].meta_label }}

+ {% endif %} + {% include page__taxonomy.html %} + {% if page.modified %} +

{{ site.data.ui-text[site.locale].date_label }}

+ {% elsif page.date %} +

{{ site.data.ui-text[site.locale].date_label }}

+ {% endif %} +
+ + + {% if page.share %}{% include social-share.html %}{% endif %} + + {% include post_pagination.html %} + + {% if site.comments.provider and page.comments %} + {% include comments.html %} + {% endif %} +
+
+
+ + {% comment %}{% endcomment %} + {% if page.id and page.related and site.related_posts.size > 0 %} + + {% endif %} +