how to pass href attribute in jinja2?

Solution
return render_template("index.html", href = "https://www.google.com", title='google')
{{title}}