Skip to content

Commit 12eca85

Browse files
committed
[KOREAN] modify wrong translation sentence
1 parent 595110a commit 12eca85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ko/template_extending/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
이 코드는 무엇을 의미일까요? 우리는 `block`을 만든 거에요! 템플릿 태그 `{% block %}`으로 HTML 내에 들어갈 수 있는 공간을 만들었어요. `base.html`을 확장해 다른 템플릿에도 가져다 쓸 수 있게 한 거죠. 어떻게 동작하는지 보여 드릴게요.
8585

8686
이제 `base.html`을 파일을 저장을 하고, `blog/templates/blog/post_list.html` 파일을 다시 엽니다.
87-
{% raw %}`{% for post in posts %}`부터 `{% endfor %}`까지 내용 전체를 지우세요. 그럼 아래와 같이 될 겁니다. :{% endraw %}
87+
{% raw %}`{% for post in posts %}`부터 `{% endfor %}`까지만 남기고 나머지는 전부 지우세요. 그럼 아래와 같이 될 겁니다. :{% endraw %}
8888

8989

9090
{% filename %}blog/templates/blog/post_list.html{% endfilename %}

0 commit comments

Comments
 (0)