Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
copyvios
espelho de
https://github.com/earwig/copyvios
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
0
Trabalho
Ver a proveniência
Testing a very simple template system
pull/24/head
Ben Kurtovic
há 13 anos
ascendente
6137b2b66b
cometimento
2c038ee05c
3 ficheiros alterados
com
10 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+3
-1
pages/index.mako
+2
-0
support/footer.mako
+5
-0
support/header.mako
+ 3
- 1
pages/index.mako
Ver ficheiro
@@ -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
Ver ficheiro
@@ -0,0 +1,2 @@
</body>
</html>
+ 5
- 0
support/header.mako
Ver ficheiro
@@ -0,0 +1,5 @@
<html>
<head>
<title>${title}</title>
</head>
<body>
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar