const page = new NamedPage('training_detail', async () => {
  $(document).on('click', '[name="training__section__expand"]', handleSectionExpand);
  $(document).on('click', '[name="training__section__collapse"]', handleSectionCollapse);
});