entry
entry[title]
entry[content]
entry.inspect();
再帰的に inspect() して欲しいのに…何か使い方間違ってる?
{for completion in completions}
${completion.title.$t}
${completion.content.$t}
{forelse}
no completions.
{/for}