2020-03-05 04:10:52 +00:00
<!DOCTYPE html>
{{- $filePath := .File -}}
{{- $gitUrl := .Site.Data.myvars.giturl -}}
< html lang = "{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}" >
{{- partial "head.html" . -}}
{{ partialCached "css.html" . }}
< body class = "mx-4" >
{{ with .Site.Data.myvars.edit }}
< div class = "flex justify-between sticky top-0 static border-b-8 z-10 border-CoconutCream bg-AuChico px-1 pt-2" >
< a class = "edit-button" target = "_blank" href = "{{ $gitUrl }}/_edit/master/content/{{ $filePath }}" > edit_this< / a >
2020-04-01 23:45:37 +00:00
< a class = "edit-button" target = "_blank" href = "{{ $gitUrl }}/_new/master/content/topic/" > add_new_topic< / a >
< a class = "edit-button" target = "_blank" href = "{{ $gitUrl }}/_new/master/content/session/" > add_new_session< / a >
2020-03-05 04:10:52 +00:00
< a class = "edit-button" target = "_blank" href = "{{ $gitUrl }}/_edit/master/PUBLISH.trigger.md" > publish< / a >
< a class = "edit-button" target = "_blank" href = "{{ $gitUrl }}" > ? < / a >
< / div >
{{ end }}
2020-10-05 02:19:12 +00:00
< div class = "printheader" > < / div >
{{ if eq (printf "%s" .Page.File) "annex/womenonwaves.md" }}
< div class = "drone" >
< div class = "dronespacer1" > < / div >
< figure >
< img src = "../../images/169.png" width = "100%" >
< figcaption >
2020-10-05 17:22:15 +00:00
< h4 > Figure 2. Abortion Drone was developed by Women on Waves to fly medical abortion pills into countries where pregnancy termination is illegal. The drone is carrying a box of Sunmedabon, containing a combination of Mifepriston and Misoprostol, used in medical abortion.< / h4 >
2020-10-05 02:19:12 +00:00
< / figcaption >
< / figure >
< div class = "dronespacer2" > < / div >
< / div >
{{ end }}
2020-03-05 04:10:52 +00:00
{{- partial "header.html" . -}}
2020-03-08 00:58:32 +00:00
< main class = "lg:flex mb-4 pt-2 justify-between md:flex-row" >
< aside class = "lg:w-2/5 pr-4 pt-16 lg:sticky lg:top-0 lg:static h-full mb-6 md:w-full" >
2020-03-05 04:10:52 +00:00
{{- block "sidebar" . }}{{- end }}
< / aside >
2020-03-08 00:58:32 +00:00
< article class = "lg:w-3/5 pt-32 md:w-full" >
2020-03-05 04:10:52 +00:00
{{- block "main" . }}{{- end }}
< / article >
< / main >
{{- partial "footer.html" . -}}
< / body >
< / html >