Simple Note
  • search
  • {% if isHome %}
  • add
  • {% else %} {% if current_user.is_authenticated and isDetail %}
  • edit
  • {% elif isEdit %}
  • home
  • {% else %} {% endif %} {% endif %} {% if not current_user.is_authenticated %}
  • Login
  • Signup
  • {% else %}
  • My Note
  • account_circle
  • {% endif %}