{% extends "base.html" %} {% block title %}home{% endblock %} {% block content %} {% if site.google_custom_search_id %} {% endif %} {% if debug %}

DEBUG: {{ debug }}

{% endif %} {{ site.welcome_message|simpletags }}

{{ paper_html_admin_buttons }} {{ seminar_html_admin_buttons }} {{ event_html_admin_buttons }} {{ position_html_admin_buttons }} {{ news_html_admin_buttons }}

{% if projects %}

Projects

{% endif %} {% if news %}

News

{% endif %} {% if positions %}

Open Positions

{% endif %} {% if seminars %}

Forthcoming Seminars

{% endif %} {% if events %}

Forthcoming Events

{% if site.google_calendar_id %} {% endif %} {% endif %} {% if last_added_papers %}

Recently Added Papers

{% endif %} {% if last_modified_papers %}

Recently Modified Papers

{% endif %} {% endblock %}