Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
copyvios
espelhamento de
https://github.com/earwig/copyvios
Observar
1
Favorito
1
Fork
0
Código
Versões
0
Atividade
Ver código fonte
Testing a very simple template system
pull/24/head
Ben Kurtovic
13 anos atrás
pai
6137b2b66b
commit
2c038ee05c
3 arquivos alterados
com
10 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-1
pages/index.mako
+2
-0
support/footer.mako
+5
-0
support/header.mako
+ 3
- 1
pages/index.mako
Ver arquivo
@@ -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 arquivo
@@ -0,0 +1,2 @@
</body>
</html>
+ 5
- 0
support/header.mako
Ver arquivo
@@ -0,0 +1,5 @@
<html>
<head>
<title>${title}</title>
</head>
<body>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar