13 lines
368 B
Python
13 lines
368 B
Python
v = {
|
|
'home': 'home.html',
|
|
'seccion': 'seccion/a_seccion.html',
|
|
'tema': 'seccion/b_tema.html',
|
|
'test': 'ayuda_template.html',
|
|
'm.i.': {
|
|
'me': 'more_info/about_me.html',
|
|
'np': 'new_posts.html',
|
|
'pjs': 'more_info/personal_projects.html',
|
|
'cv': 'static/source_imgs/cv/CV_David_Itehua_Xalamihua.pdf'
|
|
}
|
|
}
|