Tengo una plantilla simple con parámetro de URL pero no funciona
doctype html html head block head meta(charset="utf-8") meta(name="viewport", content="width=device-width") meta(http-equiv="X-UA-Compatible", content="IE=edge") meta(name="x-apple-disable-message-reformatting") link(rel="stylesheet", href="style.css", data-inline) body p Приветствую #{name}, p #{url} // it is work pa(href='/' + #{url}) Google // it not workingProbé diferentes variantes
"doguillo": "^3.0.0"
La respuesta simple es:
a(href=`${url}`) text any url