Example #1
0
def background():
    build_background_timeline()
    intro = utility.parse_text('./text/backg_intro.md', 'none')
    return render_template('background.html', 
                            items=util.backg_render, 
                            tot_points=len(util.backg_render),
                            intro=intro)
Example #2
0
def index():
    intro = utility.parse_text('./text/index_intro.md', 'none')
    return render_template("index.html", intro=intro)