# Day 6

### Page/Post Templates (2h)

* Create a Page Template for posts similar to the one that is used for [this post](https://impreza12.us-themes.com/other-gadgets/my-cell-phone-is-my-best-friend/). Do it without looking at the Page Template structure in the admin area. Use the web inspector instead to see which elements are in use.
* Create a Footer (Reusable Block) similar to the one that is used on [this page](https://impreza29.us-themes.com/). Also, do it using the web inspector and not looking at the structure in the admin area.
* Import the [Auto Mechanic](https://impreza35.us-themes.com/) demo. Add a Reusable Block to show Testimonials like it is shown on the About page. Make this Reusable Block with Testimonials shown on all of the Services (portfolio) pages right before the Other Services section.
* Make screenshots of the admin area and the front-end result, and attach them to the daily report.

### Send the report

Send the summary and link to the results to the curator.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.us-themes.com/week-2/day-6.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
