Fix example yml config file.
[blog.pm.git] / templates / lib / form / form-country
blob58452cc9937c0f56b91050f5d82d46507f3220fe
1 [% MACRO form_country BLOCK %]
2 [% form_select(name=name || 'country',options=['','ru','ua']) %]
3 [% END %]