Education4:3 - 12 slides
Lecture Slides
A twelve-slide lecture template: hook, context, three concepts, worked example, practice, summary. Built for a 45-minute session.
Best for
Workshops, bootcamps, and university lectures. The structure mirrors how people actually learn: hook, then content, then practice, then recap.
Slide preview
Slide 1 - title
Topic name
- Your name
- Course name
Slide 2 - quote
Why this matters
- The one thing you will be able to do after this session
Slide 3 - content
Where we are in the course
- Last week: prerequisite
- This week: today's topic
- Next week: what it enables
Slide 4 - content
Concept 1
- Definition
- Why it exists
- One example
Slide 5 - content
Concept 2
- Definition
- How it differs from Concept 1
- One example
Slide 6 - content
Concept 3
- Definition
- How it builds on 1 and 2
- One example
Slide 7 - content
Worked example
- The problem
- The first step
- The gotcha
- The result
Slide 8 - content
Try it now
- Exercise prompt
- 5 minutes
- Pair up
Slide 9 - content
Common mistakes
- Mistake 1 and the fix
- Mistake 2 and the fix
Slide 10 - content
Summary
- The three concepts
- The one thing to remember
Slide 11 - content
Reading and resources
- Chapter X
- Link to docs
- Link to exercise repo
Slide 12 - title
Questions
- Thanks - name@school.edu
The template
The full deck JSON. Copy it, or open it directly in the visual slides editor to edit on a real tldraw canvas and export PPTX.
deck.json
{
"slug": "lecture",
"name": "Lecture Slides",
"eyebrow": "Education",
"description": "A twelve-slide lecture template: hook, context, three concepts, worked example, practice, summary. Built for a 45-minute session.",
"bestFor": "Workshops, bootcamps, and university lectures. The structure mirrors how people actually learn: hook, then content, then practice, then recap.",
"aspect": "4:3",
"accent": "#0a0a0a",
"slides": [
{
"title": "Topic name",
"bullets": [
"Your name",
"Course name"
],
"layout": "title"
},
{
"title": "Why this matters",
"bullets": [
"The one thing you will be able to do after this session"
],
"layout": "quote"
},
{
"title": "Where we are in the course",
"bullets": [
"Last week: prerequisite",
"This week: today's topic",
"Next week: what it enables"
],
"layout": "content"
},
{
"title": "Concept 1",
"bullets": [
"Definition",
"Why it exists",
"One example"
],
"layout": "content"
},
{
"title": "Concept 2",
"bullets": [
"Definition",
"How it differs from Concept 1",
"One example"
],
"layout": "content"
},
{
"title": "Concept 3",
"bullets": [
"Definition",
"How it builds on 1 and 2",
"One example"
],
"layout": "content"
},
{
"title": "Worked example",
"bullets": [
"The problem",
"The first step",
"The gotcha",
"The result"
],
"layout": "content"
},
{
"title": "Try it now",
"bullets": [
"Exercise prompt",
"5 minutes",
"Pair up"
],
"layout": "content"
},
{
"title": "Common mistakes",
"bullets": [
"Mistake 1 and the fix",
"Mistake 2 and the fix"
],
"layout": "content"
},
{
"title": "Summary",
"bullets": [
"The three concepts",
"The one thing to remember"
],
"layout": "content"
},
{
"title": "Reading and resources",
"bullets": [
"Chapter X",
"Link to docs",
"Link to exercise repo"
],
"layout": "content"
},
{
"title": "Questions",
"bullets": [
"Thanks - name@school.edu"
],
"layout": "title"
}
]
}