x
1
2
3
4
5
6
7
8
9
<div class="page-courses-card"> <div class="page-courses-card__summary"> <h2><a data-event-action="click" data-event-category="Courses Page: Course Link" data-event-label="Teach teens computing: Programming in Python" data-no-visited-state="true" href="http://rpf.io/ttcpython?utm_source=rpf_website_python_pathway&utm_medium=partner-marketing&utm_campaign=raspberrypifoundation">Teach teens computing: Programming in Python</a></h2> <p>Explore the basics of Python and code your first program.</p> </div> <figure> <img alt="" src="/assets/components/page/courses/card/teach_teens_computing_programming_in_python-0342e21d60d932449f5f555527bc5f18c34f66c3d924c739f29dc0350a74d87f.png" width="300" height="200" /> </figure></div>1
2
3
4
5
6
) course = Course.find_by(slug: course_slug) c( 'page/courses/card', { category: CoursesCategory.first, course_slug: course.slug } )No notes provided.
| Param | Description | Input |
|---|---|---|
|
The course slug |
|