We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595110a commit 12eca85Copy full SHA for 12eca85
1 file changed
ko/template_extending/README.md
@@ -84,7 +84,7 @@
84
이 코드는 무엇을 의미일까요? 우리는 `block`을 만든 거에요! 템플릿 태그 `{% block %}`으로 HTML 내에 들어갈 수 있는 공간을 만들었어요. `base.html`을 확장해 다른 템플릿에도 가져다 쓸 수 있게 한 거죠. 어떻게 동작하는지 보여 드릴게요.
85
86
이제 `base.html`을 파일을 저장을 하고, `blog/templates/blog/post_list.html` 파일을 다시 엽니다.
87
-{% raw %}`{% for post in posts %}`부터 `{% endfor %}`까지 내용 전체를 지우세요. 그럼 아래와 같이 될 겁니다. :{% endraw %}
+{% raw %}`{% for post in posts %}`부터 `{% endfor %}`까지만 남기고 나머지는 전부 지우세요. 그럼 아래와 같이 될 겁니다. :{% endraw %}
88
89
90
{% filename %}blog/templates/blog/post_list.html{% endfilename %}
0 commit comments