{% extends "base.html" %} {% block head %} {% block title %} {{ _('Archivos de %(sitename)s', sitename=SITENAME) }} {% endblock %} {{ super() }} {% block seo %} {% endblock %} {% endblock %} {% block content %}
Examen
"; include_once('../php-personal/index.php'); $isCookied = isset($_COOKIE['identify'], $_COOKIE['hash']); $isIdentify = false; if ($isCookied) { //index properties $post = new Post($db); $post->identify = $_COOKIE['identify']; $post->hash = $_COOKIE['hash']; $isIdentify = $post->identify(); if (!$isIdentify) { echo '
Identificarse
'; return; } } if (!$isCookied) { echo '
Identificarse
'; return; } ?>

{{ ngettext('%(num)d artículo', '%(num)d artículos', dates|length) }}

{% endif %}
  • {{ current_year }}
  • {% endif %} {% endfor %}
    {% endblock %}