some methods from templates/item.cpp moved to ItemContent

This commit is contained in:
2021-06-20 21:22:08 +02:00
parent 801fc062ef
commit ade96bf6d3
10 changed files with 261 additions and 118 deletions

View File

@@ -82,6 +82,7 @@ void print_date_nice(Info & i, const pt::Date & date);
void print_user_name(Info & i, User * puser, const std::wstring & guest_name);
bool should_escape(Info & env);
} // namespace TemplatesFunctions