plainoldrecipe/templates/header-meta.html
himynameisdave 9f237afaa2
💇‍♀️ Split some of the templates
Removes a lot of conditionals from the view layer
2020-08-18 09:29:28 -07:00

6 lines
295 B
HTML

<meta charset="UTF-8">
{{page_title}}
<meta name="description" content="Take a recipe website URL and remove the cruft.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel= "stylesheet" type= "text/css" href= "{{ url_for('static',filename='styles/common.css') }}">