Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
ben
/
copyvios
miroir de
https://github.com/earwig/copyvios
Suivre
1
Ajouter aux favoris
1
Bifurcation
0
Code
Versions
0
Activité
Parcourir la source
Testing a very simple template system
pull/24/head
Ben Kurtovic
il y a 13 ans
Parent
6137b2b66b
révision
2c038ee05c
3 fichiers modifiés
avec
10 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+3
-1
pages/index.mako
+2
-0
support/footer.mako
+5
-0
support/header.mako
+ 3
- 1
pages/index.mako
Voir le fichier
@@ -1 +1,3 @@
Hello World!
<%include file="header.mako" args="title='Index Page'"/>
<p>Earwig!</p>
<%include file="footer.mako"/>
+ 2
- 0
support/footer.mako
Voir le fichier
@@ -0,0 +1,2 @@
</body>
</html>
+ 5
- 0
support/header.mako
Voir le fichier
@@ -0,0 +1,5 @@
<html>
<head>
<title>${title}</title>
</head>
<body>
Écrire
Aperçu
Chargement…
Annuler
Enregistrer