{% extends 'base.html' %} {% block header %}

{% block title %}Ask{% endblock %}

{% endblock %} {% block content %}


{% if name %}
{% if student == "yes" %} Hello {{name}}! Do you like PIC16B? {% else %} Hello {{name}}! Do you want to take PIC16B? {% endif %} {% endif %} {% endblock %}