U
    ^                     @   s~   d dl mZmZmZ eeZdddddddd	d
dgZededdd Zeddd Z	edkrzej
dd dS )    )Flaskrender_templateurl_foru   Reto MüllerzBlog Post 1zFirst post contentzJanuary 3, 2020)ZauthortitlecontentZdate_postedzSabina TschudizBlog Post 2zSecond post contentzJanuary 4, 2020/z/homec                   C   s   t dtdS )Nz	home.html)posts)r   r    r	   r	   C/home/reto/Dokumente/StackSkills/CompleteWeb/flask_tut/flask-tut.pyhome   s    r   z/aboutc                   C   s   t dddS )Nz
about.htmlZAbout)r   )r   r	   r	   r	   r
   about   s    r   __main__T)debugN)flaskr   r   r   __name__appr   router   r   runr	   r	   r	   r
   <module>   s&   
