1
こんにちは、ありがとうございます...extend base.htmlエラー
私は、base.htmlテンプレートを更新する子テンプレートがあります。 EXTENDS時にタグが明確で、私はこのエラーを取得していますなぜ取得
{% extends "simple/base.html" %}
{% block picklist %}
<title></title>
<h1>Simple Index</h1> #...
私はいけない:
<ExtendsNode: extends "base.html"> must be the first tag in the template.
は、子テンプレート内のコードは次のようになります。私はエラーを得続けます最初のタグ。
基本テンプレートと子テンプレートの両方が、テンプレートテンプレートパス/ simple内の同じディレクトリにあります。
が