forked from quarto-journals/article-format-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemplate.qmd
More file actions
82 lines (52 loc) · 2.71 KB
/
template.qmd
File metadata and controls
82 lines (52 loc) · 2.71 KB
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
---
title: "TAX POLICY CENTER TARIFF MODEL"
subtitle: "Modeling tariff impacts at the state level and beyond (optional)"
date: "February 29, 2028"
author:
- name: "Author name here (optional)"
format:
tpc-html: default
---
::: {.sidebar-layout}
::: {.sidebar-box}
::: {.sidebar-text}
TPC's tariff model analyzes the impact of tariff on household incomes at the **national and state levels.**
___
TPC's model handles day-to-day variations in effective tariff rates for every good from every country. Our model uses **120 million** distinct tariff rates each year, and **10 billion** tariff rates for a 10-year revenue estimate.
___
Optional sidebar content here — key facts, definitions, or callout information. Add a horizontal line in between chunks like so.
:::
:::
::: {.main-content}
The Tax Policy Center's tariff model is the most sophisticated model housed outside of a government agency. In addition to total tariff revenues, we estimate impacts on household incomes, businesses, and the broader economy.[^1]
[^1]: You can add a footnote this way.
Our team is equipped to help state and local governments and stakeholders assess the impact of tariffs on their regional economies.
# Here's what header 1 looks like
## Main Content: here's what header2 looks like
The main body of your fact sheet goes here. It takes up two thirds of the page on wide
screens, and full width on mobile. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?
::: {.figure-label}
FIGURE 1
:::
::: {.two-col}
::: {.col}
Column #1 content here
:::
::: {.col}
Column #2 content here
:::
:::
::: {.box-deepblue}
### Another Stat
Supporting detail or context. box-teal is another option
:::
## Data Summary
| Category | Value | Change |
|----------|-------|--------|
| Item A | 1,234 | +5% |
| Item B | 567 | -2% |
::: {.note-box}
**Note:** This callout box highlights important caveats or supplementary information.
:::
:::
:::