[%# For adding, organizing, and maintaining FAQs. # # Authors: # import r26.1 livejournal -- original page # Jen Griffin -- TT conversion # # Copyright (c) 2008-2020 by Dreamwidth Studios, LLC. # # This program is free software; you may redistribute it and/or modify it under # the same terms as Perl itself. For a copy of the license, please reference # 'perldoc perlartistic' or 'perldoc perlgpl'. %] [%- sections.title = '.title' | ml -%] [%- sections.head = BLOCK %] [% END %] [%- CALL dw.active_resource_group( "foundation" ) -%]

<< [% '.link.back' | ml %]

[% faqcatname | html %]

[%- IF faqs.size; FOREACH f IN faqs; q = f.question_html; NEXT UNLESS q; a = f.answer_html; IF display_summary( f.has_summary ); s = f.summary_html; END; CALL note_mod_time( f.unixmodtime ) -%]
[% display_faq( q ) %]

[% clean_content( s ) %]

[% clean_content( a ) %]
[%- END -%] [%- ELSE -%]

[% '.txt.emptycat' | ml %]

[%- END -%]