def getRecentArticle(): # TODO fetch latest article recent = {"title": "N/A", "link": "#"} return recent def getRecentDiscussion(): # TODO fetch latest discussion recent = {"title": "N/A", "link": "#"} return recent