ようやく Template-Toolkit をインストールして動作させることができましたが、コンパイルに問題があります。
Juniper ゲートウェイ用のカスタム サインオン ページを作成しようとしています。18ページのドキュメント(http://www.juniper.net/techpubs/software/ive/admin/5.5-CSPSolutionGuide.pdf )から、彼らは言う
You must begin each file with the directive
[% TAGS <% %> %] so that you can use angle brackets on any directives you add
to the templates. By default, the Template Toolkit recognizes square brackets ([
]) instead of angle brackets (<>) as delimiters for directives. The IVE recognizes
angle brackets only. Adding the TAGS directive tells the local Template Toolkit
utilities that you are using angle brackets.
ファイルの先頭に行を追加しましたが、tpage コマンドを実行すると次のエラーが発生します。
undef error - verbatim: filter not found
もう 1 つのオプションは、このドキュメント ( http://template-toolkit.org/docs/manual/Config.html#section_START_TAG_END_TAG )から、Template-Toolkit 構成の START_TAG と END_TAG を変更することです。
しかし、この変更をどこで実行できるかわかりません。設定ファイルや設定を変更するコマンドがどこにあるかわかりません。
どんな助けでも大歓迎です!!