mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
Convert React pages to Flask
oorah.
This commit is contained in:
13
src/templates/partials/timeline.html
Normal file
13
src/templates/partials/timeline.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% macro timeitem(title, classes, date, deets) %}
|
||||
<div class="timeitem {{classes}}">
|
||||
<p class="datetext">{{date}}</p>
|
||||
<div class="timeline-item">
|
||||
<h2>{{title}}</h2>
|
||||
<div class="timeline-deets">
|
||||
<p>
|
||||
{{deets}}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user