← Back to Templates Hub
Templates for Efficiency
Reusable page layouts, content blocks, instructional shells, and workflows that standardize quality and speed.
🧭 Overview
Templates reduce decision fatigue, enforce brand consistency, and speed up publishing. Create a small, well-named set: Page layouts (landing/section/FAQ), content blocks (cards/FAQ/quick answers), instructional shells (workshop/syllabus/how-to), and a light governance workflow.
Tip: Save each pattern as a Reusable Asset and document how/when to use it (one line).
📄 Page Layout Templates
Pick a layout, paste, and swap text. All are banner-friendly, side-nav-compatible, and accessible.
Show Preview — Landing
Guide Landing
Fast links to top tasks
Start Here
Orientation & scope.
Top Resources
Databases, search tips.
Show Code — Landing
<div style="display:flex;gap:14px;flex-wrap:wrap;">...landing layout...</div>
Show Preview — Section
Section Title
One paragraph intro. Then cards for tasks.
Task A
Do this first.
Task B
Then this.
Show Code — Section
<h3 id="objective">Section Title</h3>...cards grid...</div>
Show Preview — FAQ
Frequently Asked Questions
How do I find peer-reviewed articles?
Use database filters and subject terms.
Where do I get citation help?
See the Citation page or Ask a Librarian.
Show Code — FAQ
<div style="background:#fdfdfd;border:1px solid #ddd;border-radius:12px;padding:12px;">...</div>
🗂️ Content Block Templates
Drop these into any page. Keep the same corner radius and spacing for a cohesive feel.
Show Preview — Quick Answer
Quick Answers
What databases cover industry overviews?
IBISWorld, MarketLine, Statista industry dossiers.
Show Code — Quick Answer
<div style="background:#fdfdfd;border:1px solid #ddd;border-radius:12px;padding:14px;">...</div>
Show Preview — Database Spotlight
Database Spotlight: IBISWorldIndustry reports with size, trends, and key players.
Open IBISWorld
Show Code — Database Spotlight
<div style="background:#eef6ff;border:1px solid #cfe2ff;border-radius:12px;padding:12px;">...</div>
Show Preview — Two-Column How-To
Step 1: Define Goal
What outcome do you need?
Show Code — Two-Column How-To
<div style="display:flex;gap:14px;flex-wrap:wrap;">...two-column...</div>
🎓 Instructional Templates
Standard shells for workshops, course pages, and micro-lessons. Fill and publish fast.
Show Preview — Workshop Outline
Workshop: Industry Research in 30 Minutes
- Objectives: Find an industry report; locate 2 key stats.
- Before class: Watch 3-minute database intro.
- In class: Guided demo + pairs activity.
- After class: Submit 1-page brief with citations.
Show Code — Workshop Outline
<h4>Workshop: ...</h4><ul><li>Objectives...</li>...</ul>
Show Preview — Syllabus Block
Assignment Support
What to use, where to start, and how to cite.
✅ Required: Industry overview • ✅ 3 news articles • ✅ Cite in APA
Show Code — Syllabus Block
<div style="background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;padding:12px;">...</div>
⚙️ Workflow & Reuse
Keep a lightweight pipeline so templates stay tidy and up-to-date.
- Draft: Build in a sandbox guide.
- Review: Check contrast, headings, link text.
- Promote: Save as Reusable Asset with clear name (e.g., Template / Landing v1).
- Maintain: Log changes on the parent page; deprecate older versions.
Naming pattern: Template / {Type} / v{major.minor} (e.g., Template / FAQ Page / v1.1).
📝 Versioning & Governance
- Header comment: add version + editor at top of each snippet.
- Change log: note date, change, and owner on this page.
- Deprecation: keep v-1 for 60–90 days, then remove.
Show Code — Header Comment
<!-- Template / Landing v1.2 — Updated 2025-09-20 — Edited by P.Z. McKay -->
📘 Docs Pointers
Replace with your library’s official help links or Springshare docs you use most.