{% extends "layout.html" %} {% block content %}

자식 템플릿의 시작


My String : {{my_string}}

리스트 값 : {{my_list[2]}}

전체 리스트

자식 템플릿의 끝

{% endblock%}