summaryrefslogtreecommitdiff
path: root/app/placeholder_news.py
blob: a55f8c75ac8f6c7c65a7b7585b3d658844a5d32f (plain)
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
news = [{
    'author': 'CNN',
    'date': 'Dec. 26th, 2019',
    'content': "Breaking news: the squad is in shambles."
}, {
    'author': 'Blendoit',
    'date': 'Dec. 25th, 2019',
    'content': "Ah, this is a public personal update."
}, {
    'author': 'Country_V',
    'date': 'Dec. 24th, 2019',
    'content': "This is a second public personal update."
}, {
    'author': 'CNN',
    'date': 'Dec. 26th, 2019',
    'content': "Breaking news: the squad is in shambles."
}, {
    'author': 'Blendoit',
    'date': 'Dec. 25th, 2019',
    'content': "Ah, this is a public personal update."
}, {
    'author': 'Country_V',
    'date': 'Dec. 24th, 2019',
    'content': "This is a second public personal update."
}, {
    'author': 'CNN',
    'date': 'Dec. 26th, 2019',
    'content': "Breaking news: the squad is in shambles."
}, {
    'author': 'Blendoit',
    'date': 'Dec. 25th, 2019',
    'content': "Ah, this is a public personal update."
}, {
    'author': 'Country_V',
    'date': 'Dec. 24th, 2019',
    'content': "This is a second public personal update."
}]
Copyright 2019--2024 Marius PETER