{% extends "base.html" %} {% block title %}Hello Google App Engine{% endblock title %} {% block script %} {% endblock script %} {% block content %}
{% if user_info %} 안녕하세요{{user_info.nickname}}님 로그아웃 {% else %} 로그인 {% endif %}
{{content.title|striptags}}

{{ content.content|striptags|linebreaksbr }}

Version : {{ content.version }}

{% ifequal content.owner.user user_info %} {% endifequal %}
{% endblock content %}