Skip to content

Instantly share code, notes, and snippets.

@felipelavinz
Created December 30, 2014 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipelavinz/b0e0f4f610416d000c44 to your computer and use it in GitHub Desktop.
Save felipelavinz/b0e0f4f610416d000c44 to your computer and use it in GitHub Desktop.
Plantilla básica para exportar wiki a HTML
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Documentación de mi proyecto</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<%- yield %>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment