Пример #1
0
 def get(self):
     page_step = topics_per_page         
     topics = Topic.get_topics(0, page_step, is_enabled=True)
     self.render("index.html", topics=topics, page_step=page_step)