Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

149
Vistas
Renderice la plantilla desde el matraz a un archivo html de ejecución normal

¿Es posible renderizar una plantilla desde el matraz e incluirla en un archivo html normal que no se ejecuta a través del matraz?

app.py

 @app.route('/test1', methods=['POST','GET']) def test1(): print("intest") url_quicksight = get_url().geturl() return render_template('test.html',url_quicksight=url_quicksight)

prueba.html

 <!DOCTYPE html> <html> <body> <p>heyyy {{url_quicksight}}</p> <iframe src={{url_quicksight}} frameborder="0" class="test"></iframe> </body> </html>

índice.html

 <!DOCTYPE html> <html> <script> function includeHTML() { var z, i, elmnt, file, xhttp; /*loop through a collection of all HTML elements:*/ z = document.getElementsByTagName("*"); for (i = 0; i < z.length; i++) { elmnt = z[i]; /*search for elements with a certain atrribute:*/ file = elmnt.getAttribute("w3-include-html"); if (file) { /*make an HTTP request using the attribute value as the file name:*/ xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4) { if (this.status == 200) {elmnt.innerHTML = this.responseText;} if (this.status == 404) {elmnt.innerHTML = "Page not found.";} /*remove the attribute, and call this function once more:*/ elmnt.removeAttribute("w3-include-html"); includeHTML(); } } xhttp.open("GET", file, true); xhttp.send(); /*exit the function:*/ return; } } }; </script> <body> <div w3-include-html="test.html"></div> <script> includeHTML(); </script> </body> </html>

cuando estoy ejecutando el archivo index.html usando el servidor en vivo para cargar el archivo, no puede devolver el valor pasado de jinja.

Por favor refiérase a la imagen

¿Hay alguna forma de obtener el valor de URL pasado en index.html que se ejecuta en el servidor en vivo?

Gracias por adelantado.

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda