diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
commit | 8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch) | |
tree | 616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/web/html/element/template | |
parent | a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff) | |
download | translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2 translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip |
unslug es: modify
Diffstat (limited to 'files/es/web/html/element/template')
-rw-r--r-- | files/es/web/html/element/template/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/html/element/template/index.html b/files/es/web/html/element/template/index.html index b6fe0ca924..5011d952c3 100644 --- a/files/es/web/html/element/template/index.html +++ b/files/es/web/html/element/template/index.html @@ -1,9 +1,10 @@ --- title: <template> -slug: Web/HTML/Elemento/template +slug: Web/HTML/Element/template tags: - Plantilla translation_of: Web/HTML/Element/template +original_slug: Web/HTML/Elemento/template --- <p><span class="seoSummary">El <strong>elemento</strong> <strong>HTML <code><template></code></strong> es un mecanismo para mantener el contenido </span> <span class="seoSummary">{{Glossary("HTML")}}</span> <span class="seoSummary">del lado del cliente que no se renderiza cuando se carga una página, pero que posteriormente puede ser instanciado durante el tiempo de ejecución empleando JavaScript.</span></p> |