-
Notifications
You must be signed in to change notification settings - Fork 2
/
Theme.html
335 lines (335 loc) · 29.1 KB
/
Theme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<!DOCTYPE html>
{block:Options}
<meta name="image:Background" content="">
<meta name="select:Posts palette" content="data:text/css," title="Themed">
<meta name="select:Posts palette" content="https://static.tumblr.com/2wliono/6Lxr9g937/vision_light.css" title="Light">
<meta name="select:Posts palette" content="https://static.tumblr.com/2wliono/VBDr9g93b/vision_dark.css" title="Dark">
<meta name="if:Show post authors" content="0">
<meta name="if:Show group members" content="0">
<meta name="if:Show Twitter username" content="0">
<meta name="if:Show RSS link" content="0">
<meta name='if:Show recently liked' content="0">
<meta name="if:Enable endless scrolling" content="1">
<meta name="text:Widget Code" content="">
<meta name="text:Disqus Shortname" content="">
{/block:Options}
<html lang="{block:English}en-US{/block:English}{block:German}de-DE{/block:German}{block:French}fr-FR{/block:French}{block:Italian}it-IT{/block:Italian}{block:Japanese}ja-JP{/block:Japanese}{block:Turkish}tr-TR{/block:Turkish}{block:Spanish}es-ES{/block:Spanish}{block:Russian}ru-RU{/block:Russian}{block:Polish}pl-PL{/block:Polish}{block:PortuguesePT}pt-PT{/block:PortuguesePT}{block:PortugueseBR}pt-BR{/block:PortugueseBR}{block:Dutch}nl-NL{/block:Dutch}{block:Korean}ko-KR{/block:Korean}{block:ChineseSimplified}zh-CN{/block:ChineseSimplified}{block:ChineseTraditional}zh-TW{/block:ChineseTraditional}{block:ChineseHK}zh-HK{/block:ChineseHK}{block:Indonesian}id-ID{/block:Indonesian}{block:Hindi}hi-IN{/block:Hindi}">
<!--Theme: "Vision" by April Sylph-->
<!--[https://www.tumblr.com/theme/40627]-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{Title}{block:PostSummary}: {PostSummary}{/block:PostSummary}{block:SearchPage}: {lang:SearchResultCount results for SearchQuery}{block:NoSearchResults}{lang:No results found}{/block:NoSearchResults}{/block:SearchPage}{block:TagPage}: {lang:Posts tagged Tag}{/block:TagPage}{block:DayPage}: {lang:Viewing everything posted on Month DayOfMonth Year}{/block:DayPage}</title>
<link rel="shortcut icon" href="{Favicon}">
<meta name="description" content="{MetaDescription}">
<meta name="theme-color" content="{BackgroundColor}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
<link rel="stylesheet" href="https://static.tumblr.com/2wliono/Vf7pfceur/normalize.css">
<link rel="stylesheet" href="https://static.tumblr.com/2wliono/tfLrouzby/vision_core.css">
<link rel="stylesheet" href="{select:Posts palette}">
<link rel="stylesheet" media="(max-width: 540px)" href="https://static.tumblr.com/2wliono/scpr8spkq/vision_mobile.css">
<link rel="stylesheet" href="https://assets.tumblr.com/fonts/favorit/stylesheet.css?v=1">
{NewPostStyles}
<script src="https://static.tumblr.com/2wliono/lImr48089/navigation.js" type="module"></script>
<script src="https://static.tumblr.com/2wliono/eXvr5ibgl/pagination.js" type="module"></script>
<noscript>
<style>
#comments {
display: none;
}
</style>
</noscript>
<style>
:root {
--background: {RGBBackgroundColor}; /* {BackgroundColor} */
--title: {RGBTitleColor}; /* {TitleColor} */
--accent: {RGBAccentColor}; /* {AccentColor} */
--title-font: {TitleFont};
--title-font-weight: {TitleFontWeight};
}{block:IfBackgroundImage}
body {
background-image: url('{image:Background}');
}{/block:IfBackgroundImage}
aside nav a[href="/ask"]:empty::before {
content: "{block:English}Ask{/block:English}{block:German}Fragen{/block:German}{block:French}Question{/block:French}{block:Italian}Chiedi{/block:Italian}{block:Japanese}質問{/block:Japanese}{block:Turkish}Sor{/block:Turkish}{block:Spanish}Preguntas{/block:Spanish}{block:Russian}Спросить{/block:Russian}{block:Polish}Zapytaj{/block:Polish}{block:PortuguesePT}Perguntar{/block:PortuguesePT}{block:PortugueseBR}Ask{/block:PortugueseBR}{block:Dutch}Vragen{/block:Dutch}{block:Korean}질문{/block:Korean}{block:ChineseSimplified}提问{/block:ChineseSimplified}{block:ChineseTraditional}提問{/block:ChineseTraditional}{block:ChineseHK}提問{/block:ChineseHK}{block:Indonesian}Tanya{/block:Indonesian}{block:Hindi}पूछें{/block:Hindi}";
}
aside nav a[href="/submit"]:empty::before {
content: "{block:English}Submit{/block:English}{block:German}Einreichen{/block:German}{block:French}Contribution{/block:French}{block:Italian}Invia{/block:Italian}{block:Japanese}送信{/block:Japanese}{block:Turkish}Gönderim{/block:Turkish}{block:Spanish}Colaboraciones{/block:Spanish}{block:Russian}Отправить{/block:Russian}{block:Polish}Prześlij{/block:Polish}{block:PortuguesePT}Enviar{/block:PortuguesePT}{block:PortugueseBR}Enviar{/block:PortugueseBR}{block:Dutch}Bijdragen{/block:Dutch}{block:Korean}전송{/block:Korean}{block:ChineseSimplified}提交{/block:ChineseSimplified}{block:ChineseTraditional}投稿{/block:ChineseTraditional}{block:ChineseHK}提交{/block:ChineseHK}{block:Indonesian}Kirim{/block:Indonesian}{block:Hindi}सबमिट करें{/block:Hindi}";
}
main[aria-busy="true"]::after {
content: "{lang:Loading}\2026";
}
</style>
<style>{CustomCSS}</style>
</head>
<body>
<div id="base-container">
<aside>
<section id="blog-card">
<form id="search" {block:ShowHeaderImage}{block:StretchHeaderImage}class="overlaps-header"{/block:StretchHeaderImage}{/block:ShowHeaderImage} action="/search" method="get" role="search" {block:HideFromSearchEnabled}hidden{/block:HideFromSearchEnabled}>
<input type="text" name="q" placeholder="{lang:Search}" autocomplete="off" value="{SearchQuery}"/>
</form>
<a href="{BlogURL}">{block:ShowHeaderImage}
<img id="header" src="{HeaderImage}" class="{block:NoStretchHeaderImage}no-{/block:NoStretchHeaderImage}stretch" aria-hidden="true">{/block:ShowHeaderImage}{block:ShowAvatar}
<img id="avatar" src="{PortraitURL-64}" class="{AvatarShape}" aria-hidden="true">{/block:ShowAvatar}{block:ShowTitle}
<h1 id="title">{Title}</h1>{/block:ShowTitle}
</a>{block:ShowDescription}
<div id="description">{Description}</div>{/block:ShowDescription}{block:HasHighlightedPosts}
<div id="top-photos" aria-label="{lang:Top Photos}">{block:HighlightedPosts}
<a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PostType}"></a>{/block:HighlightedPosts}
</div>{/block:HasHighlightedPosts}
<nav aria-label="{lang:Navigate}">
<a href="/">{lang:Home}</a>{block:AskEnabled}
<a href="/ask">{AskLabel}</a>{/block:AskEnabled}{block:SubmissionsEnabled}
<a href="/submit">{SubmitLabel}</a>{/block:SubmissionsEnabled}
<a href="/archive">{lang:Archive}</a>{block:Likes}
<a href="/likes">{lang:Likes}</a>{/block:Likes}{block:HasPages}{block:Pages}
<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
</nav>
</section>{block:IfWidgetCode}
<section id="widget">
{text:Widget Code}
</section>{/block:IfWidgetCode}
</aside>
<main {block:IfEnableEndlessScrolling}{block:Pagination}role="feed"{/block:Pagination}{/block:IfEnableEndlessScrolling}>{block:SearchPage}{block:NoSearchResults}
<h3>{lang:No results found}</h3>{/block:NoSearchResults}{/block:SearchPage}{block:TagPage}
<h3>#{Tag}</h3>{/block:TagPage}{block:DayPage}
<h3>{lang:Viewing everything posted on Month DayOfMonth Year}</h3>{/block:DayPage}{block:NoPosts}
<h3>{lang:This Tumblr hasnt made any posts}</h3>{/block:NoPosts}{block:Posts inlineMediaWidth="540"}
<article {block:Date}id="{PostID}" {/block:Date}class="{PostType} post" tabindex="-1">{block:Date}
<header>{block:IfShowPostAuthors}
<img class="post-author-portrait" src="{PostAuthorPortraitURL-64}" aria-hidden="true" {block:Submission}hidden{/block:Submission}>{/block:IfShowPostAuthors}
<div class="post-attribution">{block:IfShowPostAuthors}
<a class="post-author-name" href="{PostAuthorURL}" {Target} title="{PostAuthorTitle}" aria-label="{lang:Posted by PostAuthorName}" {block:Submission}hidden{/block:Submission}>{PostAuthorName}</a>{/block:IfShowPostAuthors}{block:RebloggedFrom}
<a class="reblog-parent-name" href="{ReblogParentURL}" {Target} title="{ReblogParentTitle}" aria-label="{lang:Reblogged from ReblogParentName}">{ReblogParentName}</a>{/block:RebloggedFrom}
</div>{block:Actions}
<a class="post-action" href="{URL}" {Target}>{Text}</a>{/block:Actions}
</header>{/block:Date}
<section class="media">{block:Text}{block:Title}
<h1>{Title}</h1>{/block:Title}{/block:Text}{block:Photo}
<figure{block:HighRes} class="tmblr-full"{/block:HighRes}>
<a href="/image/{PostID}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"></a>{block:LinkURL}
<a class="link-url" href="{LinkURL}" style="max-width: {PhotoWidth-HighRes}px" {Target}>{LinkURL}</a>{/block:LinkURL}
</figure>{/block:Photo}{block:Panorama}
<figure{block:HighRes} class="tmblr-full"{/block:HighRes}>
{LinkOpenTag}
<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">
{LinkCloseTag}
</figure>{/block:Panorama}{block:Photoset}
{Photoset}{/block:Photoset}{block:Quote}
<p class="npf_quote" data-quote-length="{Length}">{Quote}</p>{block:Source}
<p>{Source}</p>{/block:Source}{/block:Quote}{block:Link}
<div class="npf-link-block {block:Thumbnail}has-poster not-{/block:Thumbnail}no-poster">
<a href="{URL}" {Target}>{block:Thumbnail}
<div class="poster" style="background-image: url({Thumbnail-HighRes});">{/block:Thumbnail}
<div class="title">{Name}</div>{block:Thumbnail}
</div>{/block:Thumbnail}
<div class="bottom">{block:Excerpt}
<div class="description">{Excerpt}</div>{/block:Excerpt}{block:Host}
<div class="site-name">{Host}</div>{/block:Host}
</div>
</a>
</div>{/block:Link}{block:Chat}{block:Title}
<h1>{Title}</h1>{/block:Title}{block:Lines}
<p class="npf_chat">{block:Label}
<b>{Label}</b>{/block:Label}
{Line}
</p>{/block:Lines}{/block:Chat}{block:Audio}{block:AudioEmbed}
{AudioEmbed-640}{/block:AudioEmbed}{/block:Audio}{block:Video}
{VideoEmbed-500}{/block:Video}{block:Answer}
<div class="ask-item">
<div>
<span class="user">{lang:Asker asked 2}:</span>
<blockquote>{Question}</blockquote>
</div>
<img class="avatar" src="{AskerPortraitURL-40}" aria-hidden="true">
</div>{block:Answerer}
<div class="ask-item">
<div>
<span class="user">{Answerer} answered:</span>
<blockquote>{Answer}</blockquote>
</div>
<img class="avatar" src="{AnswererPortraitURL-40}" aria-hidden="true">
</div>{/block:Answerer}{/block:Answer}
</section>
<section class="body">{block:Reblogs}
<div class="trail-item">
<a class="trail-blog" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} {Target}>{block:HasAvatar}
<img class="avatar" src="{PortraitURL-64}" aria-hidden="true">{/block:HasAvatar}
<strong class="username">{Username}</strong>
</a>
<div class="trail-content">{Body}</div>
</div>{/block:Reblogs}{block:NotReblog}
<div class="post-content">{block:Text}
{Body}{/block:Text}{block:Photo}{block:Caption}
{Caption}{/block:Caption}{/block:Photo}{block:Panorama}{block:Caption}
{Caption}{/block:Caption}{/block:Panorama}{block:Photoset}{block:Caption}
{Caption}{/block:Caption}{/block:Photoset}{block:Link}{block:Description}
{Description}{/block:Description}{/block:Link}{block:Audio}{block:Caption}
{Caption}{/block:Caption}{/block:Audio}{block:Video}{block:Caption}
{Caption}{/block:Caption}{/block:Video}{block:Answer}
{Answer}{/block:Answer}
</div>{/block:NotReblog}
</section>{block:ContentSource}
<section class="source">
{lang:Source}: <a href="{SourceURL}" {Target}>{SourceTitle}</a>
</section>{/block:ContentSource}{block:Submission}
<section class="submitter">
{block:English}Submitted by <a href="{SubmitterURL}">{Submitter}</a>{/block:English}{block:German}Eingereicht von <a href="{SubmitterURL}">{Submitter}</a>{/block:German}{block:French}Proposé par <a href="{SubmitterURL}">{Submitter}</a>{/block:French}{block:Italian}Postato da <a href="{SubmitterURL}">{Submitter}</a>{/block:Italian}{block:Japanese}送信者: <a href="{SubmitterURL}">{Submitter}</a>{/block:Japanese}{block:Turkish}<a href="{SubmitterURL}">{Submitter}</a> tarafından gönderildi{/block:Turkish}{block:Spanish}Enviado por <a href="{SubmitterURL}">{Submitter}</a>{/block:Spanish}{block:Russian}Отправил(а): <a href="{SubmitterURL}">{Submitter}</a>{/block:Russian}{block:Polish}Przesłane przez <a href="{SubmitterURL}">{Submitter}</a>{/block:Polish}{block:PortuguesePT}Enviado por <a href="{SubmitterURL}">{Submitter}</a>{/block:PortuguesePT}{block:PortugueseBR}Enviado por <a href="{SubmitterURL}">{Submitter}</a>{/block:PortugueseBR}{block:Dutch}Bijgedragen door <a href="{SubmitterURL}">{Submitter}</a>{/block:Dutch}{block:Korean}<a href="{SubmitterURL}">{Submitter}</a>님이 제출함{/block:Korean}{block:ChineseSimplified}提交者:<a href="{SubmitterURL}">{Submitter}</a>{/block:ChineseSimplified}{block:ChineseTraditional}由 <a href="{SubmitterURL}">{Submitter}</a> 投稿{/block:ChineseTraditional}{block:ChineseHK}由 <a href="{SubmitterURL}">{Submitter}</a> 提交{/block:ChineseHK}{block:Indonesian}Dikirimkan oleh <a href="{SubmitterURL}">{Submitter}</a>{/block:Indonesian}{block:Hindi}<a href="{SubmitterURL}">{Submitter}</a> ने सबमिट किया{/block:Hindi}
</section>{/block:Submission}
<section class="tags">{block:PinnedPostLabel}<span class="pinned-post-label"><svg viewBox="18 13 12 21" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M26.252 27.266l-2.078 7.592c-.052.19-.296.19-.348 0l-2.078-7.592h4.504zM29.512 14c.268 0 .488.241.488.536v1.746a.554.554 0 01-.255.47l-1.698 1.193v4.009l1.787 1.257-.034.006c.128.107.2.264.199.43v1.744c0 .296-.22.537-.488.537H18.488c-.268 0-.488-.241-.488-.537v-1.743a.555.555 0 01.255-.47l1.698-1.195v-4.008l-1.787-1.258.034-.006a.554.554 0 01-.199-.43v-1.745c0-.295.22-.536.488-.536h11.023z"></path></svg>{PinnedPostLabel}</span>{/block:PinnedPostLabel}{block:HasTags}{block:Tags}<a href="{TagURL}" class="tag">{Tag}</a>{/block:Tags}{/block:HasTags}</section>{block:Date}
<footer>{block:NoteCount}
<a class="note-count" href="{Permalink}#notes">{NoteCountWithLabel}</a>{/block:NoteCount}
<a class="timestamp" href="{Permalink}" title="{lang:Posted TimeAgo}">{ShortMonth} {DayOfMonth}, {Year}</a>
<div class="controls">
{ReblogButton size="28"}
{LikeButton size="28"}
</div>
</footer>{/block:Date}
</article>{/block:Posts}{block:PostNotes}
<div id="notes">
<h3>{block:Posts}{NoteCountWithLabel}{/block:Posts}</h3>
{PostNotes-64}
</div>{/block:PostNotes}{block:PermalinkPage}{block:Posts}{block:Date}{block:IfDisqusShortname}
<div id="comments">
<h3>{lang:Blog comments powered by Disqus}</h3>
<div id="disqus_thread"></div>
<script src="//{text:Disqus Shortname}.disqus.com/embed.js" defer></script>
</div>{/block:IfDisqusShortname}{/block:Date}{/block:Posts}{/block:PermalinkPage}{block:Pagination}
<div id="pagination" role="navigation" aria-label="{lang:Pages}">
<a id="previous-link" {block:PreviousPage} href="{PreviousPage}" {/block:PreviousPage}>{lang:Back}</a>
<a id="next-link" {block:NextPage} href="{NextPage}" {/block:NextPage}>{lang:Next}</a>
</div>{/block:Pagination}{block:PermalinkPagination}
<div id="pagination" role="navigation" aria-label="{lang:Pages}">
<a id="previous-link" {block:PreviousPost} href="{PreviousPost}" {/block:PreviousPost}>{lang:Previous post}</a>
<a id="next-link" {block:NextPost} href="{NextPost}" {/block:NextPost}>{lang:Next post}</a>
</div>{/block:PermalinkPagination}{block:DayPagination}
<div id="pagination" role="navigation" aria-label="{lang:Pages}">
<a id="previous-link" {block:PreviousDayPage} href="{PreviousDayPage}" {/block:PreviousDayPage}>{lang:Previous day}</a>
<a id="next-link" {block:NextDayPage} href="{NextDayPage}" {/block:NextDayPage}>{lang:Next day}</a>
</div>{/block:DayPagination}
</main>
<aside class="secondary">{block:IfShowGroupMembers}{block:GroupMembers}
<section id="group-members">
<h1>{lang:Group members}</h1>
<ul>{block:GroupMember}
<li><a href="{GroupMemberURL}" {Target}>
<img src="{GroupMemberPortraitURL-64}" aria-hidden="true">
<div class="group-member-info">
<strong>{GroupMemberName}</strong>
<span>{GroupMemberTitle}</span>
</div>
</a></li>{/block:GroupMember}
</ul>
</section>{/block:GroupMembers}{/block:IfShowGroupMembers}{block:IfShowTwitterUsername}{block:Twitter}
<section id="twitter">
<h1>{lang:Follow on Twitter}</h1>
<ul>
<li><a href="https://twitter.com/{TwitterUsername}" {Target}>@{TwitterUsername}</a></li>
</ul>
</section>{/block:Twitter}{/block:IfShowTwitterUsername}{block:IfShowRSSLink}
<section id="rss">
<h1>{lang:RSS feed}</h1>
<ul>
<li><a href="{RSS}" {Target}>{lang:Subscribe via RSS}</a></li>
</ul>
</section>{/block:IfShowRSSLink}{block:IfShowRecentlyLiked}{block:HasLikedPosts}
<section id="liked">{block:LikedPosts inlineMediaWidth="300" limit="1"}
<article id="{PostID}" class="{PostType} post">
<header>
<img class="post-author-portrait" src="{PostBlogPortraitURL-64}" aria-hidden="true">
<div class="post-attribution">
<a class="post-author-name" href="{Permalink}" {Target}>{PostBlogName}</a>{block:RebloggedFrom}
<a class="reblog-parent-name" href="{ReblogParentURL}" {Target} title="{ReblogParentTitle}" aria-label="{lang:Reblogged from ReblogParentName}">{ReblogParentName}</a>{/block:RebloggedFrom}
</div>
</header>
<section class="media">{block:Text}{block:Title}
<h1>{Title}</h1>{/block:Title}{/block:Text}{block:Photo}
<figure{block:HighRes} class="tmblr-full"{/block:HighRes}>
<a href="https://{PostBlogName}.tumblr.com/image/{PostID}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"></a>{block:LinkURL}
<a class="link-url" href="{LinkURL}" {Target}>{LinkURL}</a>{/block:LinkURL}
</figure>{/block:Photo}{block:Panorama}
<figure{block:HighRes} class="tmblr-full"{/block:HighRes}>
{LinkOpenTag}
<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">
{LinkCloseTag}
</figure>{/block:Panorama}{block:Photoset}
{Photoset}{/block:Photoset}{block:Quote}
<p class="npf_quote" data-quote-length="{Length}">{Quote}</p>{block:Source}
<p>{Source}</p>{/block:Source}{/block:Quote}{block:Link}
<div class="npf-link-block {block:Thumbnail}has-poster not-{/block:Thumbnail}no-poster">
<a href="{URL}" {Target}>{block:Thumbnail}
<div class="poster" style="background-image: url({Thumbnail-HighRes});">{/block:Thumbnail}
<div class="title">{Name}</div>{block:Thumbnail}
</div>{/block:Thumbnail}
<div class="bottom">{block:Excerpt}
<div class="description">{Excerpt}</div>{/block:Excerpt}{block:Host}
<div class="site-name">{Host}</div>{/block:Host}
</div>
</a>
</div>{/block:Link}{block:Chat}{block:Title}
<h1>{Title}</h1>{/block:Title}{block:Lines}
<p class="npf_chat">{block:Label}
<b>{Label}</b>{/block:Label}
{Line}
</p>{/block:Lines}{/block:Chat}{block:Audio}{block:AudioEmbed}
{AudioEmbed-640}{/block:AudioEmbed}{/block:Audio}{block:Video}
{VideoEmbed-500}{/block:Video}{block:Answer}
<div class="ask-item">
<div>
<span class="user">{lang:Asker asked 2}:</span>
<blockquote>{Question}</blockquote>
</div>
<img class="avatar" src="{AskerPortraitURL-40}" aria-hidden="true">
</div>{block:Answerer}
<div class="ask-item">
<div>
<span class="user">{Answerer} answered:</span>
<blockquote>{Answer}</blockquote>
</div>
<img class="avatar" src="{AnswererPortraitURL-40}" aria-hidden="true">
</div>{/block:Answerer}{/block:Answer}
</section>
<section class="body">{block:Reblogs}
<div class="trail-item">
<a class="trail-blog" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} {Target}>{block:HasAvatar}
<img class="avatar" src="{PortraitURL-64}" aria-hidden="true">{/block:HasAvatar}
<strong class="username">{Username}</strong>
</a>
<div class="trail-content">{Body}</div>
</div>{/block:Reblogs}{block:NotReblog}
<div class="post-content">{block:Text}
{Body}{/block:Text}{block:Photo}{block:Caption}
{Caption}{/block:Caption}{/block:Photo}{block:Panorama}{block:Caption}
{Caption}{/block:Caption}{/block:Panorama}{block:Photoset}{block:Caption}
{Caption}{/block:Caption}{/block:Photoset}{block:Link}{block:Description}
{Description}{/block:Description}{/block:Link}{block:Audio}{block:Caption}
{Caption}{/block:Caption}{/block:Audio}{block:Video}{block:Caption}
{Caption}{/block:Caption}{/block:Video}{block:Answer}
{Answer}{/block:Answer}
</div>{/block:NotReblog}
</section>{block:ContentSource}
<section class="source">
{lang:Source}: <a href="{SourceURL}" {Target}>{SourceTitle}</a>
</section>{/block:ContentSource}{block:Submission}
<section class="submitter">
{block:English}Submitted by <a href="{SubmitterURL}">{Submitter}</a>{/block:English}{block:German}Eingereicht von <a href="{SubmitterURL}">{Submitter}</a>{/block:German}{block:French}Proposé par <a href="{SubmitterURL}">{Submitter}</a>{/block:French}{block:Italian}Postato da <a href="{SubmitterURL}">{Submitter}</a>{/block:Italian}{block:Japanese}送信者: <a href="{SubmitterURL}">{Submitter}</a>{/block:Japanese}{block:Turkish}<a href="{SubmitterURL}">{Submitter}</a> tarafından gönderildi{/block:Turkish}{block:Spanish}Enviado por <a href="{SubmitterURL}">{Submitter}</a>{/block:Spanish}{block:Russian}Отправил(а): <a href="{SubmitterURL}">{Submitter}</a>{/block:Russian}{block:Polish}Przesłane przez <a href="{SubmitterURL}">{Submitter}</a>{/block:Polish}{block:PortuguesePT}Enviado por <a href="{SubmitterURL}">{Submitter}</a>{/block:PortuguesePT}{block:PortugueseBR}Enviado por <a href="{SubmitterURL}">{Submitter}</a>{/block:PortugueseBR}{block:Dutch}Bijgedragen door <a href="{SubmitterURL}">{Submitter}</a>{/block:Dutch}{block:Korean}<a href="{SubmitterURL}">{Submitter}</a>님이 제출함{/block:Korean}{block:ChineseSimplified}提交者:<a href="{SubmitterURL}">{Submitter}</a>{/block:ChineseSimplified}{block:ChineseTraditional}由 <a href="{SubmitterURL}">{Submitter}</a> 投稿{/block:ChineseTraditional}{block:ChineseHK}由 <a href="{SubmitterURL}">{Submitter}</a> 提交{/block:ChineseHK}{block:Indonesian}Dikirimkan oleh <a href="{SubmitterURL}">{Submitter}</a>{/block:Indonesian}{block:Hindi}<a href="{SubmitterURL}">{Submitter}</a> ने सबमिट किया{/block:Hindi}
</section>{/block:Submission}
<section class="tags"><span class="recently-liked-label">{lang:Recently Liked}</span>{block:HasTags}{block:Tags}<a href="{TagURL}" class="tag">{Tag}</a>{/block:Tags}{/block:HasTags}</section>{block:Date}
<footer>{block:NoteCount}
<a class="note-count" href="{Permalink}#notes">{NoteCountWithLabel}</a>{/block:NoteCount}
<div class="controls">
{ReblogButton size="28"}
{LikeButton size="28"}
</div>
</footer>{/block:Date}
</article>{/block:LikedPosts}
</section>{/block:HasLikedPosts}{/block:IfShowRecentlyLiked}
<section id="credit">
<a href="https://www.tumblr.com/" {Target}>{lang:Powered by Tumblr}</a>
<a href="https://www.tumblr.com/theme/40627" {Target}>{lang:Install this theme}</a>
</a>
</aside>
</div>
</body>
</html>