mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 04:31:22 +01:00
43 lines
No EOL
1.3 KiB
Text
43 lines
No EOL
1.3 KiB
Text
<!DOCTYPE html>
|
|
<html lang="es">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
<div id="preloader" class="preloader">
|
|
<div class="loader-gplus"></div>
|
|
</div>
|
|
|
|
<div id="st-container" class="st-container">
|
|
<div class="st-pusher">
|
|
<div class="st-content">
|
|
|
|
{% include top-section.html %}
|
|
|
|
{% include post.html isStaticPost=page.isStaticPost %}
|
|
|
|
{% include footer.html %}
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{% include analytics.html %}
|
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
|
<script>
|
|
window.jQuery || document.write('<script src="{{ "/js/jquery-2.1.1.min.js " | prepend: site.baseurl }}><\/script>')
|
|
</script>
|
|
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
|
<script>
|
|
if (typeof ($.fn.modal) === 'undefined') {
|
|
document.write('<script src="{{ "/js/bootstrap.min.js " | prepend: site.baseurl }}><\/script>')
|
|
}
|
|
</script>
|
|
<script src="{{ "/js/default.js" | prepend: site.baseurl }}"></script>
|
|
<script>Waves.displayEffect();</script>
|
|
<script src="{{ "/js/scripts.min.js" | prepend: site.baseurl }}"></script>
|
|
{% include schema-event.html %}
|
|
</body>
|
|
|
|
</html> |