• This project
    • Loading...
  • Sign in

Martín Miranda / capacitacion_django

Logo codes
Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • capacitacion_django
  • templates
  • base.html
  • Agrega vistas en la aplicacion de persona · fae67c8d
    fae67c8d Browse Files
    Martín Miranda authored 4 years ago
base.html 208 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
<!DOCTYPE html>
    <html>
        <head>
            <title>{% block titulo %}{% endblock %}</title>
        </head>
        <body>
            {% block contenido %}{% endblock %}
        </body>
    </html>